1997-01-31 09:03:38 +03:00
|
|
|
# $NetBSD: GENERIC,v 1.9 1997/01/31 06:03:38 thorpej Exp $
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# GENERIC
|
|
|
|
#
|
|
|
|
|
|
|
|
# architecture type and name of kernel; REQUIRED
|
|
|
|
machine x68k m68k
|
|
|
|
|
1996-10-27 11:52:04 +03:00
|
|
|
options EXEC_SCRIPT # Support #!
|
|
|
|
options EXEC_AOUT # a.out format executables
|
|
|
|
|
1996-05-05 16:17:03 +04:00
|
|
|
# different CPU types; you must have at least the correct one; REQUIRED
|
|
|
|
options M68030
|
|
|
|
options M68040
|
|
|
|
|
1997-01-15 04:28:28 +03:00
|
|
|
# set to indicate RTC is offset from GMT
|
|
|
|
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
# estimated number of users
|
|
|
|
maxusers 8
|
|
|
|
|
|
|
|
# standard options
|
|
|
|
options SWAPPAGER # swap pager (anonymous and swap space)
|
|
|
|
options VNODEPAGER # vnode pager (mapped files)
|
|
|
|
options DEVPAGER # device pager (mapped devices)
|
1996-08-11 19:37:42 +04:00
|
|
|
#options DDB # kernel debugger; recommended
|
|
|
|
#options DIAGNOSTIC # internal consistency checking
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
options KTRACE # system call tracing, a la ktrace(1)
|
|
|
|
options FIFO # FIFOs; RECOMMENDED
|
|
|
|
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 in the defualt
|
1996-08-11 19:37:42 +04:00
|
|
|
#options LKM # loadable kernel modules
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
# compatibility options
|
|
|
|
#options COMPAT_NOMID # old zmagic executables
|
1996-08-11 19:37:42 +04:00
|
|
|
#options COMPAT_43 # compatibility with 4.3BSD binaries
|
1996-05-05 16:17:03 +04:00
|
|
|
#options COMPAT_44 # compatibility with 4.4BSD binaries
|
|
|
|
options COMPAT_09 # compatibility with NetBSD 0.9
|
1996-08-11 19:37:42 +04:00
|
|
|
options COMPAT_10 # compatibility with NetBSD 1.0
|
|
|
|
options COMPAT_11 # compatibility with NetBSD 1.1
|
1996-08-27 03:39:36 +04:00
|
|
|
options COMPAT_12
|
1996-05-05 16:17:03 +04:00
|
|
|
options TCP_COMPAT_42 # 4.2 networking ABI
|
|
|
|
#options COMPAT_SUNOS # SunOS binaries
|
|
|
|
#options COMPAT_HPUX # HP-UX binaries; VERY EXPERIMENTAL
|
1996-09-11 02:45:17 +04:00
|
|
|
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
# file system options
|
1997-01-31 05:14:19 +03:00
|
|
|
file-system FFS # Berkeley fast file system
|
|
|
|
file-system MFS # memory file system; uses RAM and swap
|
1997-01-31 09:03:38 +03:00
|
|
|
file-system NFS # Network File System client
|
1997-01-31 05:14:19 +03:00
|
|
|
file-system CD9660 # ISO 9660 CD-ROM file system, with RR
|
|
|
|
file-system MSDOSFS # MS-DOS FAT file system
|
|
|
|
#file-system FDESC # /dev/fd
|
|
|
|
file-system KERNFS # kernel file system; recommended
|
|
|
|
#file-system PROCFS # /proc
|
|
|
|
file-system NULLFS # Loop-back filesystem
|
|
|
|
#file-system PORTAL # portal filesystem (still experimental)
|
|
|
|
#file-system ADOSFS # AmigaDOS filesystem
|
|
|
|
#file-system LFS # Log-based filesystem (still experimental)
|
|
|
|
#file-system UMAPFS # uid/gid remapping filesystem
|
|
|
|
#file-system UNION # union mount
|
|
|
|
|
1996-08-11 19:37:42 +04:00
|
|
|
#options QUOTA # file system quotas
|
1996-05-05 16:17:03 +04:00
|
|
|
options FASTLINKS # fast symbolic links in FFS
|
|
|
|
#options NFSSERVER # Network File System server
|
|
|
|
|
|
|
|
# networking options
|
|
|
|
#options GATEWAY # IP packet forwarding
|
|
|
|
options INET # Internet protocols
|
|
|
|
#options NS # XNS
|
|
|
|
#options CCITT,LLC,HDLC # X.25
|
|
|
|
#options ISO,TPIP # OSI networking
|
|
|
|
#options EON # OSI tunneling over IP
|
|
|
|
#options MULTICAST # multicast
|
|
|
|
#options TUN # tunnelling
|
|
|
|
|
|
|
|
# Options specific to this host.
|
|
|
|
options DEBUG
|
1996-08-11 19:37:42 +04:00
|
|
|
options MACHINE_NONCONTIG # support for noncontig memory
|
1996-05-05 16:17:03 +04:00
|
|
|
options FPSP # '40 Floating Point Software
|
|
|
|
options ITEKANJI # Kanji display for console
|
|
|
|
options PANICBUTTON # enable interrupt switch
|
|
|
|
options EIOMAPSIZE=0 # do not map PCI address space
|
|
|
|
#options MAPPEDCOPY # use page mapping for large copyin/copyout
|
|
|
|
#options BUFPAGES=900
|
|
|
|
#options NKMEMCLUSTERS=256
|
|
|
|
#options PROFTIMER, PRF_INTERVAL=500
|
|
|
|
#options KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
|
|
|
|
#options PPP_OUTQ_SIZE=4096
|
|
|
|
|
|
|
|
#config netbsd root on sd6a swap on sd6b
|
1997-01-31 05:14:19 +03:00
|
|
|
config netbsd root on ? type ?
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
zs0 at mainbus0 # Zilog serial
|
|
|
|
par0 at mainbus0 # builtin parallel port
|
1996-08-11 19:37:42 +04:00
|
|
|
spc0 at mainbus0 # builtin scsi
|
|
|
|
spc1 at mainbus0 # external scsi
|
1996-05-05 16:17:03 +04:00
|
|
|
scsibus* at spc?
|
|
|
|
grfbus0 at mainbus0 # bitmapped display's
|
|
|
|
grf0 at grfbus0 # graphics driver
|
|
|
|
ite0 at grf0 # console
|
1996-08-11 19:37:42 +04:00
|
|
|
fdc0 at mainbus0 # floppy controller
|
|
|
|
fd* at fdc0 unit ? # builtin floppy drive
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
# SCSI disks
|
|
|
|
#sd* at scsibus? target ? lun ?
|
|
|
|
sd0 at scsibus? target 0 lun ?
|
|
|
|
sd1 at scsibus? target 1 lun ?
|
|
|
|
sd2 at scsibus? target 2 lun ?
|
|
|
|
sd3 at scsibus? target 3 lun ?
|
|
|
|
sd4 at scsibus? target 4 lun ?
|
|
|
|
sd5 at scsibus? target 5 lun ?
|
|
|
|
sd6 at scsibus? target 6 lun ?
|
|
|
|
sd7 at scsibus? target 7 lun ?
|
|
|
|
|
|
|
|
# SCSI CD-ROMs
|
|
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
|
|
|
|
# SCSI tapes
|
|
|
|
st* at scsibus? target ? lun 0
|
|
|
|
|
|
|
|
# ethernet board
|
|
|
|
#se0 at scsibus? target ? lun ?
|
|
|
|
#ed0 at mainbus0
|
|
|
|
|
|
|
|
#device bsdaudio0 at nexus0 # /dev/audio
|
|
|
|
|
1996-08-11 19:37:42 +04:00
|
|
|
pseudo-device sl 2 # compressed SLIP
|
|
|
|
pseudo-device ppp 2 # point-to-point protocol
|
1996-05-05 16:17:03 +04:00
|
|
|
#pseudo-device bpfilter 16 # packet filter
|
|
|
|
pseudo-device pty 32 # pseudo-terminals
|
|
|
|
pseudo-device kbd # kbd
|
|
|
|
pseudo-device mouse # mouse
|
|
|
|
#pseudo-device sram # static RAM
|
|
|
|
pseudo-device bell # OPM bell
|
|
|
|
pseudo-device pow 2 # software power switch
|
|
|
|
pseudo-device loop # loopback; recommended
|
|
|
|
#pseudo-device vnd 10 # vn virtual filesystem device
|
|
|
|
#pseudo-device ccd 4 # concatenating disk driver
|