JDP : Kernel24

Home :: PageIndex :: RecentChanges :: RecentlyCommented
Frozen, read-only copy of the Javastation Documentation Project wiki, made on 2026-09-19. Last edited 2004-05-23 16:14:02.
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
Comments