freebsd-dev/sys/boot/i386/boot2
Roman Divacky 300fe58441 Some more shrinking.
o    bunch of variables are turned into uint8_t

   o    initial setting of namep[] in lookup() is removed
        as it's only overwritten a few lines down

   o    kname is explicitly initialized in main() as BSS
        in boot2 is not zeroed

   o    the setting and reading of "fmt" in load() is removed

   o    buf in printf() is made static to save space

Reviewed by:    jhb
Tested by:      me and Fabian Keil <freebsd-listen fabiankeil de>
2011-03-10 16:40:13 +00:00
..
boot1.S Fix the jump location. 2010-11-14 08:31:02 +00:00
boot2.c Some more shrinking. 2011-03-10 16:40:13 +00:00
lib.h Add the ability to specify the boot2 serial console speed in 2005-08-18 00:42:45 +00:00
Makefile Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles 2011-01-05 21:46:08 +00:00
sio.S Add the ability to specify the boot2 serial console speed in 2005-08-18 00:42:45 +00:00