SImple Microkernel Distributed OS Code
Status: Pre-Alpha
Brought to you by:
hnaik
File | Date | Author | Commit |
---|---|---|---|
boot | 2007-07-06 | hnaik | [r1] First Import |
include | 2007-07-06 | hnaik | [r1] First Import |
kernel | 2007-07-06 | hnaik | [r1] First Import |
lib | 2007-07-06 | hnaik | [r1] First Import |
License | 2007-07-06 | hnaik | [r1] First Import |
Makefile | 2007-07-06 | hnaik | [r1] First Import |
README | 2007-07-06 | hnaik | [r1] First Import |
SImple Microkernel Distributed Operating System *********************************************** Version 0.0-1 Harish G. Naik (mail@hnaik.net) Documentation for Developers: Steps for installing and testing: 1. Untar the sources $ tar -xjf simdos-0.0-1.tar.bz 2. Change directory $ cd simdos 3. Build and install $ make $ sudo make install 4. Next you would have to update GRUB. Inorder to do so add these lines to 'menu.lst': title Simdos-0.0-1 root (hd0,0) kernel /boot/simdos-0.0-1 boot 5. Close. Reboot. Choose 'Simdos-0.0-1' from the GRUB menu 6. Again reboot to your GNU/Linux installation and enjoy hacking :)