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. Eric