100 lines
2.8 KiB
Plaintext
100 lines
2.8 KiB
Plaintext
# $NetBSD: CHIMERA,v 1.10 1995/01/25 04:58:16 cgd Exp $
|
|
#
|
|
# CHIMERA -- Adam Glass's confused machine
|
|
#
|
|
|
|
machine i386 # architecture, used by config; REQUIRED
|
|
|
|
options I486_CPU
|
|
|
|
#options DUMMY_NOPS # speed hack; recommanded
|
|
options XSERVER,UCONSOLE
|
|
options MACHINE_NONCONTIG
|
|
|
|
maxusers 8 # estimated number of users
|
|
options TIMEZONE=480 # time zone to adjust RTC time by
|
|
options DST=1 # daylight savings time used by RTC
|
|
|
|
options SWAPPAGER # paging; REQUIRED
|
|
options VNODEPAGER # mmap() of files
|
|
options DEVPAGER # mmap() of devices
|
|
|
|
options DDB # in-kernel debugger
|
|
options PANICWAIT
|
|
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,
|
|
options COMPAT_43 # and 4.3BSD
|
|
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
|
|
|
options USER_LDT # user-settable LDT; used by WINE
|
|
options LKM # loadable kernel modules
|
|
|
|
options FFS #,QUOTA # UFS and quotas
|
|
options MFS # memory file system
|
|
|
|
options NFSCLIENT # Network File System client
|
|
options NFSSERVER # Network File System server
|
|
|
|
options CD9660 # ISO 9660 + Rock Ridge file system
|
|
options MSDOSFS # MS-DOS file system
|
|
options FDESC # /dev/fd
|
|
options FIFO # FIFOs; RECOMMENDED
|
|
options KERNFS # /kern
|
|
options NULLFS # loopback file system
|
|
options PORTAL # ?
|
|
options UNION # union file system
|
|
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP + ICMP + TCP + UDP
|
|
|
|
config netbsd root on sd0 swap on sd0
|
|
options CHIMERA
|
|
|
|
isa0 at root
|
|
|
|
npx0 at isa? port 0xf0 irq 13 # math coprocessor
|
|
|
|
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
|
|
|
|
ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial cards
|
|
com2 at ast? slave ? flags 1
|
|
com3 at ast? slave ? flags 1
|
|
com4 at ast? slave ? flags 1
|
|
com5 at ast? slave ? flags 1
|
|
|
|
lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
|
|
|
|
aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers
|
|
scsibus* at aha?
|
|
sd* at scsibus? target ? lun ? # SCSI disk drives
|
|
st* at scsibus? target ? lun ? # SCSI tape drives
|
|
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
|
|
|
|
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
|
|
fd* at fdc? drive ?
|
|
|
|
ep0 at isa? port ? irq ? # 3C509 ethernet cards
|
|
|
|
#sb0 at isa? port 0x220 irq 7 drq 1 # SoundBlaster
|
|
|
|
pseudo-device loop 1 # network loopback
|
|
pseudo-device bpfilter 6 # packet filter
|
|
#pseudo-device sl 2 # CSLIP
|
|
pseudo-device ppp 3 # PPP
|
|
pseudo-device tun 3 # network tunneling over tty
|
|
|
|
pseudo-device pty 32 # pseudo-terminals
|
|
pseudo-device tb 1 # tablet line discipline
|
|
pseudo-device vnd 4 # paging to files
|