Fixed possible memory corruption in commands exec and netexec; fixed command netcp...
[ZeXOS.git] / kernel / README
blobcc13da3f5da148822cc453390b50bd84659ba06f
1 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
3              ZeX/OS kernel README
5 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
7 * Kernel compilation *
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 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
15 * More docs *
17 ZeX/OS wiki pages at http://zexos.wiki.sourceforge.net/FAQ
18 Forum is placed at http://zexos.sf.net/phpBB2
20 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
22 * Utilities *
24 Kernel configure:
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