freebsd-dev/sys/boot/i386/boot2
Poul-Henning Kamp ed025d6983 Correctly calculate dmadat: We need to take the address of _end, it's
contents is irrelevant and likely to be zero;

This doesn't change the resultant value, but it does save a couple of bytes
because &_end is constant.
2002-10-08 10:15:42 +00:00
..
boot1.s Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12. 2002-10-07 21:36:06 +00:00
boot1.S Conditionalize the number of sectors loaded by boot1.s on UFS1/UFS12. 2002-10-07 21:36:06 +00:00
boot2.c Correctly calculate dmadat: We need to take the address of _end, it's 2002-10-08 10:15:42 +00:00
lib.h
Makefile Unbreak boot2 by backing out rev 1.36 to Makefile, which does not 2002-10-08 07:52:28 +00:00
sio.s
sio.S