JDP : Kernel24

Home :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are a guest
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
There is no comment on this page. [Display comments/form]