zasm assembly compiler support next instruction (jmp; inc; mov 32bit, 32bit; hlt...
[ZeXOS.git] / INSTALL
blob9337b466a5147f5d14450b98a6a570f32d4cd652
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 (http://sf.net/projects/zexos) 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 have to install git, nasm, gcc, make
22 2. Then you can download source code by: git clone git://repo.or.cz/ZeXOS.git
23 3. Now move to source directory: cd ZeXOS
24 3. Lets compile whole OS and create *.iso : ./build.sh iso
25    or make *.img image                    : ./build.sh img
26    or install to floppy                   : ./build.sh floppy
27 4. Last step, you'll need burn this image, start it under virtual machine or use floppy
28 5. Have a lot of fun !
30 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
32 * More docs *
34 ZeX/OS wiki pages at http://zexos.wiki.sourceforge.net/FAQ
35 Forum is placed at http://zexos.sf.net/phpBB2
37 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
39 * Utilities *
41 Kernel configure:
42 1. Go to kernel source directory, probably it is "kernel": cd kernel
43 2. Now you have to type for base-textual config: make config
44                         for QT-based GUI config: make xconfig
45                         for GTKbased GUI config: make gconfig
47 NOTE: You'll need clean source when you have compiled it: make clean
48         Now you can config your kernel and then recompile it: make