Completly rewrited command handling, fixed fail boot, arch clean
[ZeXOS.git] / INSTALL
blob2b8cb87816c4ffb571c4dfb01a4fc5ff3b5758b6
1 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3              INSTALL howto for ZeX/OS
5 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
7 * For users *
9 1. You need to get some burning program
10 2. In menu select something like 'burn image cd'
11 3. Find file zexos-X.X.X-i386.iso and check it
12 4. Burn ZeX/OS image
13 5. Reboot your computer (need to set in BIOS booting from cd)
14 6. When you see on the screen ZeX/OS title, press enter
15 7. Have fun !
17 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
19 * For developers *
21 1. You need to install svn, nasm, gcc, make and grub
22 2. Create new directory for source code: mkdir zexos
23 3. Go to folder zexos: cd zexos
24 4. Then you can download this one by: svn co http://opensvn.csie.org/zexos
25 5. Lets compile: make
26 6. Move kernel to /boot directory: mv kernel.bin /boot/kernel.bin
27 7. Last step, you need to edit grub config: nano /boot/grub/menu.lst
28 8. Add this lines at the end of file:
29 title=ZeXOS
30 kernel=/boot/kernel.bin
31 9. Save file by press CTRL+X and Y and Enter.
32 10. Reboot your computer and choose ZeXOS in grub .. Have a lot fo fun