genkfs - Writes KFS filesystems into ROM dumps
Linux, Mac, etc.
Install make, scdoc, and a C compiler, then:
$ make
# make install # as root
# make install_man # as root
Windows
Install cygwin with asciidoc, gcc, and make. Then, follow the Linux instructions.
genkfs input model
input is the ROM file you would like to write the filesystem to. model is a path to a directory that will be copied into / on the new filesystem.
genkfs input.rom ./temp
Creates a KFS filesystem in input.rom and copies the contents of ./temp to the root of the new filesystem.
Maintained by Drew DeVault [email protected], who is assisted by other open source contributors. For more information about genkfs development, see https://github.com/KnightOS/genkfs.
If you need help with KnightOS, want to keep up with progress, chat with developers, or ask any other questions about KnightOS, you can hang out in the IRC channel: #knightos on irc.libera.chat.
To report bugs, please create a GitHub issue or contact us on IRC.
If you'd like to contribute to the project, please see the contribution guidelines.