103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
# $NetBSD: SPOT,v 1.25 1997/01/31 06:02:22 thorpej Exp $
|
|
#
|
|
# SPOT
|
|
|
|
include "arch/mac68k/conf/std.mac68k"
|
|
|
|
maxusers 16
|
|
|
|
makeoptions COPTS="-O2 -m68030"
|
|
|
|
# Standard system options
|
|
options KTRACE # system call tracing
|
|
options SYSVMSG # System V message queues
|
|
options SYSVSEM # System V semaphores
|
|
options SYSVSHM # System V shared memory
|
|
#options SHMMAXPGS=1024 # 1024 pages is the default
|
|
options LKM # loadable kernel modules
|
|
#options INSECURE # disable kernel security level
|
|
options UCONSOLE # allow anyone to steal the virtual console
|
|
|
|
# Debugging options
|
|
options DDB # kernel dynamic debugger
|
|
#options DEBUG # kernel debugging code
|
|
options DIAGNOSTIC # extra kernel sanity checking
|
|
#options KGDB # support for kernel gdb
|
|
#options KGDBDEV=0xc01 # kgdb device number (dev_t)
|
|
#options KGDBRATE=38400 # baud rate
|
|
|
|
# Compatibility options
|
|
options COMPAT_43 # 4.3BSD system interfaces
|
|
options COMPAT_10 # NetBSD 1.0 binary compatibility
|
|
options COMPAT_11 # NetBSD 1.1 binary compatibility
|
|
options COMPAT_12 # NetBSD 1.2 binary compatibility
|
|
options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
|
#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
|
|
|
|
# Filesystems
|
|
file-system FFS # Berkeley Fast Filesystem
|
|
file-system NFS # Sun NFS-compatible filesystem client
|
|
file-system KERNFS # kernel data-structure filesystem
|
|
file-system NULLFS # NULL layered filesystem
|
|
file-system MFS # memory-based filesystem
|
|
#file-system FDESC # user file descriptor filesystem
|
|
#file-system UMAPFS # uid/gid remapping filesystem
|
|
#file-system LFS # Log-based filesystem (still experimental)
|
|
#file-system PORTAL # portal filesystem (still experimental)
|
|
file-system PROCFS # /proc
|
|
file-system CD9660 # ISO 9660 + Rock Ridge file system
|
|
file-system UNION # union file system
|
|
#file-system MSDOSFS # MS-DOS FAT filesystem(s).
|
|
|
|
# Filesystem options
|
|
options QUOTA # FFS quotas
|
|
options NFSSERVER # Sun NFS-compatible filesystem server
|
|
options FIFO # POSIX fifo support (in all filesystems)
|
|
|
|
# Networking options
|
|
options INET # IP stack
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
options GATEWAY # IP packet forwarding
|
|
#options ISO,TPIP # OSI networking
|
|
#options EON # OSI tunneling over IP
|
|
#options CCITT,LLC,HDLC # X.25
|
|
options PPP_BSDCOMP # PPP header compression
|
|
options PPP_DEFLATE # PPP-Deflate compression
|
|
options PFIL_HOOKS # pfil(9) packet filter hooks.
|
|
|
|
# Mac-specific options
|
|
#options M68040
|
|
options M68030
|
|
#options M68020 # Must have 68851 PMMU
|
|
#options FPSP
|
|
#options FPU_EMULATE
|
|
options ZS_CONSOLE_ABORT
|
|
options DISABLE_EXT_CACHE # Don't use IIci external cache
|
|
|
|
# SPOT-specific options
|
|
options RTC_OFFSET=360 # hardware clock is this many mins. west of GMT
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
nubus0 at mainbus?
|
|
|
|
ae* at nubus?
|
|
|
|
macvid* at nubus?
|
|
grf* at macvid?
|
|
ite0 at grf?
|
|
|
|
sbc0 at obio? flags 0x1 # MI NCR 5380 SCSI Bus Controller
|
|
|
|
scsibus* at scsi?
|
|
sd* at scsibus? target ? lun ?
|
|
st* at scsibus? target ? lun ?
|
|
cd* at scsibus? target ? lun ?
|
|
|
|
pseudo-device pty 32
|
|
pseudo-device bpfilter 16
|
|
pseudo-device vnd 2
|
|
pseudo-device ppp 2
|
|
pseudo-device loop
|
|
pseudo-device ipfilter
|