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				http://freepascal.org/
modified version of ppc386		http://mitglied.lycos.de/google4ever
modified version of the fake rtl	http://mitglied.lycos.de/google4ever


to compile type:

fpc -E -Rintel kernel.pp

to link simply type:

ldw -o kernel.exe link.res -Ttext 0x10400 -Tbss 0x10800 -Tdata 0x10600


have fun!

nucleOS group