this is a small nucleOS test kernel written by Bastian Gloeckle


------------------------------------

to compile it you need:			you can obtain it from:

fpc 1.0.6 (win32)			http://freepascal.org/
(maybe any later version does it, haven't tested yet)
modified version of ppc386		http://mitglied.lycos.de/google4ever
nucleOS FPC RTL				latest version available on our cvs server at sourceforge:
					http://www.sf.net/projects/nucle-os

------------------------------------

how to set up your compiler:
copy modified ppc386.exe to your bin/win32 directory
dont forget to set PATH environment variable to [fpc]/bin/win32
copy nucleOS FPC RTL into [fpc]/units/win32

------------------------------------

how to compile:
change to nucle-os directory
type "make all"
done.
there should be a file called "nucleOS.img" in nucle-os directory and a exe-file
called "kernel.exe" in nucle-os/src


------------------------------------

saberrider, nucleOS group