JDP : Kernel24

Home :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are a guest
This is an old revision of Kernel24 from 2004-05-23 16:13:52.
When compiling a Javastation kernel with netbooting capabilities, one should take care of the following things:

Please take a look at the KernelStatus page.

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


do not forget to convert the image to a.out format, if you are going to netboot:

# elftoaout -o /tfpboot/krups-kernel-nfsroot-2.4.20 /export/magnesium/usr/src/linux-2.4.20/vmlinux
There is no comment on this page. [Display comments/form]