1 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
5 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
8 1. You'll need tools like make, gcc ( ftp://ftp.gnu.org/gnu ) and nasm ( http://nasm.sf.net )
9 2. Then you should compile it over command: make
10 3. Now all is done, and you can start this kernel
11 e.g. over grub bootloader from gnu collection
13 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
17 ZeX/OS wiki pages at http://zexos.wiki.sourceforge.net/FAQ
18 Forum is placed at http://zexos.sf.net/phpBB2
20 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
25 1. Go to kernel source directory, probably it is "kernel": cd kernel
26 2. Now you have to type for base-textual config: make config
27 for QT-based GUI config: make xconfig
28 for GTKbased GUI config: make gconfig
30 NOTE: You'll need clean source when you have compiled it: make clean
31 Now you can config your kernel and then recompile it: make