Add UCONSOLE option.

This commit is contained in:
leo 1996-05-29 12:28:06 +00:00
parent 40b6370ffb
commit 5d8d243a6e
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BOOTX,v 1.1 1996/05/15 12:57:33 leo Exp $
# $NetBSD: BOOTX,v 1.2 1996/05/29 12:28:06 leo Exp $
#
# BOOTX
#
@ -23,6 +23,11 @@ options TIMEZONE=300 # Set the timezone that the kernel will use
options DST=1 # Set the timezone that the kernel will use
options HZ=64 # Set the clock-rate (48/64/96)
#
# X11R6 related options
#
options UCONSOLE # Allow xconsole to work
options FPU_EMULATE # Support for MC68881/MC68882 emulator
#options FPSP