JDP : Kernel26

Home :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are a guest

Specific instructions for linux 2.6.x kernels

Note: some options may not be available without using the right patches
Note: early (<= 2.6.6) kernels may not work at all without the right patches

The options

I've left out some (obvious) choices, and kept the ones needed for 2.6.x + VGA console on a Javastation.


compiling

instead of issueing make we do this:

# make image # make modules # make modules_install


Your image can now be found as arch/sparc/boot/image.

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

# elftoaout -o /tfpboot/krups-kernel-nfsroot-2.6.6 /export/magnesium/usr/src/linux-2.6.6/arch/sparc/boot/image
There is no comment on this page. [Display comments/form]