Hi guys,
I've imported the initial source code for the init process. Browse the
CVS repository to find it. It doesn't do anything useful - yet - but it
shows you how to write code on top of the Elysium kernel. If you build a
GRUB bootdisk and specify the following:
kernel= (fd0)/elysium.kernel.tgz
module= (fd0)/elysium.init.tgz
and copy the appropriate files (elysium.{init,kernel}.tgz) from the
right directories (/{kernel,init}/bin) you'll have something similar to
the bootdisk image available from the Elysium web site. You should know
that on the bootdisk image I've built two different init processes to
illustrate that multitasking indeed works.
/Kasper
|