-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- INSTALL howto for ZeX/OS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * For users * 1. You need to get some burning program 2. In menu select something like 'burn image cd' 3. Find file zexos-X.X.X-i386.iso (http://sf.net/projects/zexos) and check it 4. Burn ZeX/OS image 5. Reboot your computer (need to set in BIOS booting from cd) 6. When you see on the screen ZeX/OS title, press enter 7. Have fun ! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * For developers * 1. You have to install git, nasm, gcc, make 2. Then you can download source code by: git clone git://repo.or.cz/ZeXOS.git 3. Now move to source directory: cd ZeXOS 3. Lets compile whole OS and create *.iso : ./build.sh iso or make *.img image : ./build.sh img or install to floppy : ./build.sh floppy 4. Last step, you'll need burn this image, start it under virtual machine or use floppy 5. Have a lot of fun ! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * More docs * ZeX/OS wiki pages at http://zexos.wiki.sourceforge.net/FAQ Forum is placed at http://zexos.sf.net/phpBB2 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- * Utilities * Kernel configure: 1. Go to kernel source directory, probably it is "kernel": cd kernel 2. Now you have to type for base-textual config: make config for QT-based GUI config: make xconfig for GTKbased GUI config: make gconfig NOTE: You'll need clean source when you have compiled it: make clean Now you can config your kernel and then recompile it: make