update for current system configuration
This commit is contained in:
parent
a4bddb19a0
commit
bf22891897
@ -1,30 +1,28 @@
|
||||
# $NetBSD: KICKME,v 1.39 1997/01/31 01:50:51 thorpej Exp $
|
||||
# $NetBSD: KICKME,v 1.40 1997/03/27 06:04:39 cgd Exp $
|
||||
#
|
||||
# KICKME -- 486Cx-33 development machine
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#options COMCONSOLE=0
|
||||
#options COMADDR=0x3f8
|
||||
maxusers 24 # estimated number of users
|
||||
|
||||
options I486_CPU
|
||||
#options MATH_EMULATE # floating point emulation
|
||||
options VM86 # Virtual 8086 emulation
|
||||
|
||||
# Some BIOSes don't get the size of extended memory right. If you
|
||||
# have a broken BIOS, uncomment the following and set the value
|
||||
# properly for your system.
|
||||
#options BIOSEXTMEM=... # size of extended memory
|
||||
options XSERVER
|
||||
options UCONSOLE
|
||||
options INSECURE # insecure; allow /dev/mem writing for X
|
||||
|
||||
#options DUMMY_NOPS # speed hack; recommended
|
||||
#options XSERVER,UCONSOLE
|
||||
|
||||
maxusers 10 # estimated number of users
|
||||
options RTC_OFFSET=480 # hardware clock is this many mins. west of GMT
|
||||
|
||||
options DDB # in-kernel debugger
|
||||
#options DDB # in-kernel debugger
|
||||
options DIAGNOSTIC # internal consistency checks
|
||||
options KTRACE # system call tracing, a la ktrace(1)
|
||||
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
|
||||
options COMPAT_09 # NetBSD 0.9,
|
||||
options COMPAT_10 # NetBSD 1.0,
|
||||
@ -32,17 +30,23 @@ options COMPAT_11 # NetBSD 1.1,
|
||||
options COMPAT_12
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
options COMPAT_LINUX # binary compatibility with Linux
|
||||
|
||||
options USER_LDT # user-settable LDT; used by WINE
|
||||
|
||||
file-system FFS # UFS
|
||||
file-system NFS # Network File System client
|
||||
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
||||
file-system UNION # union file system
|
||||
file-system MSDOSFS # MS-DOS File System
|
||||
|
||||
options NFSSERVER # Network File System server
|
||||
options FIFO # FIFOs; RECOMMENDED
|
||||
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
options PPP_BSDCOMP
|
||||
options PPP_DEFLATE
|
||||
|
||||
config netbsd root on sd0 type ffs swap on sd0 and sd1
|
||||
config netbsd root on ? type ?
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
@ -53,7 +57,9 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
||||
pc0 at isa? port 0x60 irq 1 # generic PC console device
|
||||
|
||||
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
|
||||
com1 at isa? port 0x2f8 irq 3
|
||||
|
||||
com1 at isa? port 0x368 irq 5
|
||||
com2 at isa? port 0x268 irq 12
|
||||
|
||||
bha0 at isa? port 0x330 irq ? drq ? # BusLogic 54x SCSI controllers
|
||||
scsibus* at bha?
|
||||
@ -69,6 +75,7 @@ ed0 at isa? port 0x280 iomem 0xd0000 irq 3 # WD/SMC, 3C503, and NE[12]000
|
||||
ed1 at isa? port 0x300 iomem 0xcc000 irq 10
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device bpfilter 4 # packet filter
|
||||
pseudo-device pty 32 # pseudo-terminals
|
||||
pseudo-device bpfilter 8 # packet filter
|
||||
pseudo-device ppp 2 # PPP
|
||||
pseudo-device pty 64 # pseudo-terminals
|
||||
pseudo-device vnd 16 # vnode-disk driver
|
||||
|
Loading…
Reference in New Issue
Block a user