Skip to content
forked from KnightOS/genkfs

Writes a KFS filesystem into a ROM file

License

Notifications You must be signed in to change notification settings

MaxSignal/genkfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genkfs (1)

genkfs - Writes KFS filesystems into ROM dumps

builds.sr.ht status

Installation

Linux, Mac, etc.

Install make, asciidoc, 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.

Synopsis

genkfs input model

Description

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.

Examples

genkfs input.rom ./temp

Creates a KFS filesystem in input.rom and copies the contents of ./temp to the root of the new filesystem.

Authors

Maintained by Drew DeVault sir@cmpwn.com, who is assisted by other open source contributors. For more information about genkfs development, see https://github.com/KnightOS/genkfs.

Help, Bugs, Feedback

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.

About

Writes a KFS filesystem into a ROM file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.4%
  • Makefile 6.6%