"Ian" <[EMAIL PROTECTED]> writes: > > > ... can it only be in a "make vmlinux" format (and not a "make bzImage" > format)? > > > > > Yes. > > > > mkelfImage supports bzImage. > > > Ok, a quick grep through the howto's and the only "elf"s in there are how > I can hurt mysELF ;-) So what's the routine for mkelfimage support in the > config/make file(s) .. ?
roughly: USE_ELF_BOOT=1 payload=blah.elf For more look in the mailling list archives. If you can't find it there I'll answer some more questions... Eric