[Etherboot-developers] [COMMIT] osloader.c splitup....
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2002-12-13 10:06:07
|
O.k. I have split osloader.c into a host of small files one per loader type. osloader.c #includes them since there seemed to be some noticeable size benefits to inlining the probe routines last time I measured. Most of the loaders have now been moved to arch/i386/core, with the exception of the elf loader which works on multiple platforms. For the tree this should be the last of the major changes... I still need to generalize the elf parameter massing and update mkelf so it can auto-detect the format. I have the code for ia64, but until I get it for i386, I want to leave a working etherboot in the CVS repository. I have also added the directories that will hold the itanium port, but I have not yet put in any of the code. I have made a few small corrections as I merged the i386 code, which I need to make into the Itanium code before I can expect it to work. But that should come soon. Eric |