NetBSD/sys/arch/i386/conf/KICKME

84 lines
2.3 KiB
Plaintext
Raw Normal View History

1997-03-27 09:18:31 +03:00
# $NetBSD: KICKME,v 1.41 1997/03/27 06:18:31 mycroft Exp $
1994-02-17 04:14:21 +03:00
#
1994-11-03 22:00:12 +03:00
# KICKME -- 486Cx-33 development machine
1994-02-17 04:14:21 +03:00
#
include "arch/i386/conf/std.i386"
1994-11-03 22:00:12 +03:00
maxusers 24 # estimated number of users
1995-01-25 03:10:35 +03:00
1994-11-03 22:00:12 +03:00
options I486_CPU
options VM86 # Virtual 8086 emulation
1994-11-03 22:00:12 +03:00
options XSERVER
options UCONSOLE
options INSECURE # insecure; allow /dev/mem writing for X
#options DDB # in-kernel debugger
options DIAGNOSTIC # internal consistency checks
1994-11-03 22:00:12 +03:00
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
1994-11-03 22:00:12 +03:00
options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
options COMPAT_09 # NetBSD 0.9,
options COMPAT_10 # NetBSD 1.0,
1996-03-25 08:45:08 +03:00
options COMPAT_11 # NetBSD 1.1,
1996-08-27 03:39:36 +04:00
options COMPAT_12
1994-11-03 22:00:12 +03:00
options COMPAT_43 # and 4.3BSD
options COMPAT_LINUX # binary compatibility with Linux
1997-03-27 09:18:31 +03:00
options EXEC_ELF32 # 32-bit ELF executables (SVR4, 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 MSDOSFS # MS-DOS File System
1994-11-03 22:00:12 +03:00
options NFSSERVER # Network File System server
options FIFO # FIFOs; RECOMMENDED
1994-11-03 22:00:12 +03:00
options INET # IP + ICMP + TCP + UDP
options PPP_BSDCOMP
options PPP_DEFLATE
1994-02-17 04:14:21 +03:00
config netbsd root on ? type ?
1994-11-03 22:00:12 +03:00
mainbus0 at root
isa0 at mainbus0
1994-11-03 22:00:12 +03:00
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 0x368 irq 5
com2 at isa? port 0x268 irq 12
1994-11-03 22:00:12 +03:00
bha0 at isa? port 0x330 irq ? drq ? # BusLogic 54x SCSI controllers
scsibus* at bha?
1994-11-03 22:00:12 +03:00
sd* at scsibus? target ? lun ? # SCSI disk drives
#st* at scsibus? target ? lun ? # SCSI tape drives
1994-11-03 22:00:12 +03:00
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
#ch* at scsibus? target ? lun ? # SCSI autochangers
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd* at fdc? drive ?
1994-02-17 04:14:21 +03:00
1994-11-03 23:12:05 +03:00
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
1994-02-17 04:14:21 +03:00
1994-11-03 22:00:12 +03:00
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device ppp 2 # PPP
pseudo-device pty 64 # pseudo-terminals
1995-05-13 01:08:41 +04:00
pseudo-device vnd 16 # vnode-disk driver