diff options
author | asami <asami@FreeBSD.org> | 1996-07-23 07:46:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-23 07:46:59 +0000 |
commit | 80d063318901b953d4a5e1db64b20bea78785caf (patch) | |
tree | a4a7cbb6b9a6c0397043022de208c713b39053de /sys/pc98/boot/biosboot/Makefile | |
parent | 7f40ab6534c99db1b9436ab4748d58d4f7aeea29 (diff) | |
download | FreeBSD-src-80d063318901b953d4a5e1db64b20bea78785caf.zip FreeBSD-src-80d063318901b953d4a5e1db64b20bea78785caf.tar.gz |
Update to current state of PC98 world.
Submitted by: The FreeBSD(98) development team
Diffstat (limited to 'sys/pc98/boot/biosboot/Makefile')
-rw-r--r-- | sys/pc98/boot/biosboot/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/pc98/boot/biosboot/Makefile b/sys/pc98/boot/biosboot/Makefile index fb432ad..5c8f17a 100644 --- a/sys/pc98/boot/biosboot/Makefile +++ b/sys/pc98/boot/biosboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.40 1996/05/11 04:27:23 bde Exp $ +# $Id: Makefile,v 1.1.1.1 1996/06/14 10:04:37 asami Exp $ # PROG= boot @@ -20,6 +20,11 @@ CFLAGS+= -DCOMCONSOLE=0x30 -DCOMCONSOLE_CLK=16 -DCOMCONSOLE_MODE=0x0c # PROBE_KEYBOARD is defined). #CFLAGS+= -DFORCE_COMCONSOLE +# Enable code to take the default boot string from a fixed location on the +# disk. See nextboot(8) and README.386BSD for more info. +#CFLAGS+= -DNAMEBLOCK +#CFLAGS+= -DNAMEBLOCK_WRITEBACK + # Bias the conversion from the BIOS drive number to the FreeBSD unit number # for hard disks. This may be useful for people booting in a mixed IDE/SCSI # environment (set BOOT_HD_BIAS to the number of IDE drives). |