diff options
| -rw-r--r-- | sys/pc98/boot/rawboot/Makefile | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/sys/pc98/boot/rawboot/Makefile b/sys/pc98/boot/rawboot/Makefile index b245603b020c..b549f42f07d8 100644 --- a/sys/pc98/boot/rawboot/Makefile +++ b/sys/pc98/boot/rawboot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/03/07 15:48:29 kato Exp $ +# $Id: Makefile,v 1.10 1998/03/14 02:30:01 kato Exp $ # PROG= boot @@ -19,21 +19,6 @@ CFLAGS= -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 \ CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK} CFLAGS+= ${CWARNFLAGS} -# Probe the keyboard and use the serial console if the keyboard isn't found. -.if defined(BOOT_PROBE_KEYBOARD) -CFLAGS+= -DPROBE_KEYBOARD -.endif - -# Probe the keyboard lock and use the serial console if the keyboard is locked. -.if defined(BOOT_PROBE_KEYBOARD_LOCK) -CFLAGS+= -DPROBE_KEYBOARD_LOCK -.endif - -# Force use of the serial console. -.if defined(BOOT_FORCE_COMCONSOLE) -CFLAGS+= -DFORCE_COMCONSOLE -.endif - # By default, if a serial port is going to be used as console, use COM1 # (aka /dev/ttyd0). BOOT_COMCONSOLE_PORT?=0x30 @@ -43,6 +28,10 @@ CFLAGS+= -DCOMCONSOLE=${BOOT_COMCONSOLE_PORT} \ -DCOMCONSOLE_CLK=${BOOT_COMCONSOLE_CLK} \ -DCOMCONSOLE_MODE=${BOOT_COMCONSOLE_MODE} +# feature not implemented +# BOOT_COMCONSOLE_SPEED?=9600 +# CFLAGS+= -DCONSPEED=${BOOT_COMCONSOLE_SPEED} + # 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 |
