[EMAIL PROTECTED] (Eric W. Biederman) writes: > Adam Agnew <[EMAIL PROTECTED]> writes: > > > Hi Eric, > > What still needs to be done in order to remove the need for mkelfImage at > > all on kernel images? > > Codewise nothing. There is still a need for a tool that does the format > conversion between bzImage and elf but the conversion should be 1-1 so > there is no problem there. > > Basically the kernel needs another make target. It could probably be > implemented as an extra switch to build.c > > In addition there needs to be a utiltiy like kparam that lets you > edit command line arguments, append ramdisks, etc.
Which probably means I should just get off my rump and code it :) I will take a look in just a little bit. What do you think of the targets zElf and bzElf? Eric
