OpenBSD HAMMER2
-
OpenBSD 7.3
-
src tree under /usr/src
-
Apply patch/openbsd73.patch against /usr/src.
-
Run make prep to create symlinks under /usr/src/sys which point to this repository. Run make unprep to undo.
$ cd openbsd_hammer2 $ make prep
-
Build and install /usr/src/sys.
-
Build and install /usr/src/sbin/sysctl.
$ cd openbsd_hammer2
$ make
$ cd openbsd_hammer2
$ make install
$ cd openbsd_hammer2
$ make uninstall
- VOP_READDIR implementation is known to not work with some user space libraries on 32 bit platforms.
- This repository will be abandoned once Linux or FreeBSD is stabilized with write support. OpenBSD is not the main area of interest.