71 lines
1.7 KiB
Plaintext
71 lines
1.7 KiB
Plaintext
# $NetBSD: OCELOT,v 1.4 1995/03/29 07:28:53 briggs Exp $
|
|
#
|
|
# OCELOT
|
|
|
|
include "std.mac68k"
|
|
|
|
maxusers 16
|
|
|
|
# obsolete timezone spec
|
|
options TIMEZONE=300, DST=1, MAXFDESCS=2048
|
|
|
|
# Standard system options
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
|
|
options DIAGNOSTIC # DEBUG for extra kernel debugging
|
|
|
|
# Filesystem options
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
|
options DDB
|
|
options FFS
|
|
options MFS # memory-based filesystem
|
|
options NFSSERVER # Sun NFS-compatible filesystem
|
|
options NFSCLIENT # Sun NFS-compatible filesystem
|
|
options NULLFS # Null (formerly loop-back) filesystem
|
|
options UNION # Union filesystem
|
|
options CD9660 # ISO-9660 w/ RockRidge
|
|
options KERNFS # kernel data-structure filesystem
|
|
options FDESC # user file descriptor filesystem
|
|
options PROCFS # Process filesystem
|
|
|
|
options LKM # Loadable Kernel Modules
|
|
|
|
options SCSI
|
|
|
|
# Networking options
|
|
options INET
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
options GATEWAY # IP packet forwarding
|
|
options COMPAT_42
|
|
options COMPAT_43
|
|
options NS
|
|
options MAPMEM
|
|
options SYSVSHM,SYSVSEM,SYSVMSG
|
|
|
|
# Mac-specific options
|
|
options M68040
|
|
options M68030 # Includes the 020+851
|
|
options COMPAT_NOMID
|
|
options COMPAT_SUNOS
|
|
options COMPAT_09
|
|
options COMPAT_10
|
|
options MACHINE_NONCONTIG
|
|
|
|
config netbsd swap generic
|
|
|
|
ae0 at nubus0 slot -1 id ? claimed 0
|
|
ae1 at nubus0 slot -1 id ? claimed 0
|
|
|
|
ncrscsi0 at mainbus? # SCSI NCR 5380
|
|
ncr96scsi0 at mainbus? # SCSI NCR 53C96
|
|
|
|
scsibus* at scsi?
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
pseudo-device loop
|
|
pseudo-device pty 16
|
|
pseudo-device sl
|
|
pseudo-device bpfilter 4
|
|
pseudo-device ppp
|