3 lines
316 B
Plaintext
3 lines
316 B
Plaintext
To build the HOS kernel, just run 'make'
|
|
To build a HOS floppy image for bochs, run 'make initrd' and 'make install_img'. You will need root permissions to mount the ext2 image. This can be accomplished my setting the MOUNT variable to "sudo mount" in the Makefile or by running the last two mount commands as root.
|