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
..
2011-03-10 16:40:13 +00:00
2011-03-08 18:39:41 +00:00
2011-02-12 01:03:15 +00:00
2011-03-10 11:23:43 +00:00
2011-02-21 09:01:34 +00:00
2011-03-09 15:03:42 +00:00
2010-12-05 10:15:23 +00:00
2011-03-07 22:36:11 +00:00