use pcvt, with PCVT_NSCREENS=1 and PCVT_24LINESDEF.
This commit is contained in:
parent
ff5fc3cf84
commit
0585b39d85
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BOAT_ANCHOR,v 1.50 1995/08/22 19:43:06 jtc Exp $
|
||||
# $NetBSD: BOAT_ANCHOR,v 1.51 1995/12/12 01:52:39 cgd Exp $
|
||||
#
|
||||
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
||||
#
|
||||
|
@ -68,6 +68,10 @@ options INET # IP + ICMP + TCP + UDP
|
|||
#options EON # OSI tunneling over IP
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
|
||||
# PCVT options
|
||||
options PCVT_NSCREENS=1
|
||||
options PCVT_24LINESDEF
|
||||
|
||||
config netbsd root on wd0 swap on wd0
|
||||
#options GENERIC
|
||||
|
||||
|
@ -76,8 +80,8 @@ isa0 at root
|
|||
|
||||
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
|
||||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
#vt0 at isa? port 0x60 irq 1
|
||||
#pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
vt0 at isa? port 0x60 irq 1
|
||||
|
||||
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
#com1 at isa? port 0x2f8 irq 3
|
||||
|
|
Loading…
Reference in New Issue