[Etherboot-developers] Mknbi 1.2-5 (production) released
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2001-09-30 11:46:15
|
I have released mknbi 1.2-5 at http://etherboot.sourceforge.net/ This is mainly a maintenance release and the changes affect very few people. + Renamed do_printf to vsprintf because that's the standard function it has the same signature as. + Moved include of linux-asm-string.h into string.h in anticipation of using string.h for other standalone binaries. Added signatures for more string functions. Introduced stddef.h which contains minimal definitions to port hosted programs. Current target: lua. + Daniel Wagner sent in patches to the Makefile so that distinct intermediate files are used for the various first* images, otherwise there will be problems with parallel makes (-j). + Implemented --noharddisk option to disable hard disk access. No, make that --disableharddisk. In Perl Getopt --noharddisk is automatically the inverse of --harddisk. + first-linux.S had the right parenthesis in the wrong place for the initialisation of vmagic. + Print warning if zImage kernels are large enough to extend into Etherboot area. |