freebsd-dev/sys/boot/i386/boot2
Warner Losh 33c45e47f4 Remove reading of symbols from a.out loaded files. Since we are tight
on space for clang and a.out support is only needed for /boot/loader,
they are excess bytes that serve no useful purpose other than to
support really old kernels (FreeBSD < 3.2 or so).  Prefer clang
support over support for these old kernels and remove this code.  We
gain about 100 bytes of space this way.

Reviewed by:	rdivacky@
2011-02-16 18:05:10 +00:00
..
boot1.S Fix the jump location. 2010-11-14 08:31:02 +00:00
boot2.c Remove reading of symbols from a.out loaded files. Since we are tight 2011-02-16 18:05:10 +00:00
lib.h
Makefile Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles 2011-01-05 21:46:08 +00:00
sio.S