freebsd-dev/sys/boot/i386/boot2
Dimitry Andric 6ba06d46ee When compiling boot2 with gcc on i386 and pc98, only use the custom flag
-mno-align-long-strings when compiling with base gcc.  This is checked
by comparing the version number against 4.2.1, which is not exactly
right, but good enough.  (There is no other way to check whether we are
using the non-standard gcc in base, as far as I know.)

Reported by:	rodrigc
MFC after:	3 days
2015-03-04 20:33:15 +00:00
..
boot1.S Add a note to clarify why we create a relocated copy of boot1 in lower 2012-03-06 20:45:13 +00:00
boot2.c Unbreak the code for non-digits below '0' by casting the expression 2014-11-30 08:43:55 +00:00
lib.h add detection of serial console presence to btx and boot2-like blocks 2012-10-06 20:08:29 +00:00
Makefile When compiling boot2 with gcc on i386 and pc98, only use the custom flag 2015-03-04 20:33:15 +00:00
sio.S Shrink boot2 by 8 bytes, by eliminating some unneeded instructions in 2012-11-08 23:21:02 +00:00