freebsd-dev/sys/boot/i386/boot2
Poul-Henning Kamp a201162d71 Unbreak boot2 by backing out rev 1.36 to Makefile, which does not
work as advertised:

	bang# pwd
	/bang/src/sys/boot/i386/boot2
	bang# make clean >& /dev/null
	bang# cvs -q update -r 1.35 Makefile >& /dev/null
	bang# make >& /dev/null
	bang# cat /usr/obj/`pwd`/boot2.h
	#define XREADORG 0x725
	bang# cvs -q update -r 1.36 Makefile > & /dev/null
	bang# make clean > & /dev/null
	bang# make > & /dev/null
	bang# cat /usr/obj/`pwd`/boot2.h
	#define XREADORG 0x25
	bang#
2002-10-08 07:52:28 +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 Save four bytes by shortening a string two chars. 2002-10-08 07:06:24 +00:00
lib.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
Makefile Unbreak boot2 by backing out rev 1.36 to Makefile, which does not 2002-10-08 07:52:28 +00:00
sio.s $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sio.S $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00