JDP : Kernel

Home :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are a guest
This is an old revision of Kernel from 2003-05-17 15:46:03.
When compiling a Javastation kernel with netbooting capabilities, one should take care of the following things:

kernel options


compiling

instead of building a bzImage (which is typically for i386 kernels), we are going to build a vmlinux:

# make dep # make clean # make vmlinux # make modules # make modules_install


host system

Building the first Javastation kernel is a bit of a chicken-and-egg problem; you have to boot a Javastation to build a kernel on the Javatstation, to boot a Javastation etc....
Therefor, a Sun-4 box can be used.
When you made a filesysem (NFSRoot), you can chroot in it:

# chroot /export/magnesium #


In this chroot-ed environment, you can build the kernel to boot the Javastation. It is of course also possible to download a precompiled kernel. See http://www.dnd.utwenten.nl/js/files/
There is one comment on this page. [Display comments/form]