ominOS ------ ominOS is a hobby OS written for fun and to study OS design and theory. as of now it is a monolithic kernel design. It is in its very very (very) early stages. ominOS is free and open and licensed under the GNU GPL V.2. INSTALL ------- 1. type `make config' from the command line to invoke the kernel configuration console menu. save the config. 2. type `make' from the command line to build the ominOS kernel you can then take ominos.img kernel image and boot that using a virtual machine, or continue to step 3 and write the image to a disk to boot 3. insert a 3.4" floppy disk into the disk drive and type `make disk' from the command line to create the bootable ominOS floppy disk. 4. if you would like it to keep all of the created object files then run the command `make noclean' from the command line. 5. `make clean' will clean up all object files 6. `make distclean' will clean up all build dependencies. (both clean and distclean are automatically ran with a default `make'.