Skip to content

ecbrown/openbsd_hammer2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBSD HAMMER2

Requirements

  • OpenBSD 7.6

  • src tree under /usr/src

OpenBSD build

    $ cd /path/to/openbsd_hammer2
    $ make prep
    $ cd /usr/src
    $ patch -p1 < /path/to/openbsd_hammer2/patch/openbsd76.patch
    $ <build src>

Build

    $ cd openbsd_hammer2
    $ make

Install

    $ cd openbsd_hammer2
    $ make install

Uninstall

    $ cd openbsd_hammer2
    $ make uninstall

Bugs

  • VOP_READDIR implementation is known to not work with some user space libraries on 32 bit platforms.

Notes

  • This repository will be abandoned once Linux or FreeBSD is stabilized with write support. OpenBSD is not the main area of interest.

About

HAMMER2 file system for OpenBSD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.4%
  • Roff 3.1%
  • Other 0.5%