114 lines
4.0 KiB
Plaintext
114 lines
4.0 KiB
Plaintext
# $NetBSD: SMALL,v 1.6 1997/06/12 18:42:30 mrg Exp $
|
|
|
|
#
|
|
# SMALL
|
|
#
|
|
|
|
include "std.x68k"
|
|
|
|
# estimated number of users
|
|
maxusers 8
|
|
|
|
# different CPU types; you must have at least the correct one; REQUIRED
|
|
#options "M68030"
|
|
options "M68040"
|
|
|
|
# set to indicate RTC is offset from GMT
|
|
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
|
|
|
# standard options
|
|
options SWAPPAGER # swap pager (anonymous and swap space)
|
|
options VNODEPAGER # vnode pager (mapped files)
|
|
options DEVPAGER # device pager (mapped devices)
|
|
options DDB # kernel debugger; recommended
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
|
|
#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
|
|
#options LKM # loadable kernel modules
|
|
|
|
# compatibility options
|
|
#options COMPAT_NOMID # old zmagic executables
|
|
options "COMPAT_43" # compatibility with 4.3BSD binaries
|
|
#options "COMPAT_44" # compatibility with 4.4BSD binaries
|
|
#options "COMPAT_09" # compatibility with NetBSD 0.9
|
|
options "COMPAT_10" # compatibility with NetBSD 1.0
|
|
options COMPAT_12
|
|
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
|
|
|
# file system options
|
|
file-system FFS # Berkeley fast file system
|
|
#file-system MFS # memory file system; uses RAM and swap
|
|
#file-system NFS # Network File System client
|
|
#file-system CD9660 # ISO 9660 CD-ROM file system, with RR
|
|
#file-system MSDOSFS # MS-DOS FAT file system
|
|
#file-system HUMANFS # Human68k 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
|
|
|
|
#options QUOTA # file system quotas
|
|
options FASTLINKS # fast symbolic links in FFS
|
|
#options NFSSERVER # Network File System server
|
|
|
|
# networking options
|
|
options INET # IP
|
|
#options GATEWAY # IP packet forwarding
|
|
#options MROUTING # Multicast routing support
|
|
#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 INSECURE # Disable kernel security.
|
|
options DEBUG # extra kernel debugging support
|
|
options FPSP # floating point emulation for MC68040
|
|
options ITEKANJI # Kanji display for console
|
|
options PANICBUTTON # enable interrupt switch
|
|
options NODISCONNECT # do not use disconnect for SCSI
|
|
#options JUPITER # support for "JUPITER-X"
|
|
options "EIOMAPSIZE=0" # do not mapping PCI address space
|
|
#options MAPPEDCOPY # use page mapping for large copyin/copyout
|
|
#options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool
|
|
#options KGDB # support for kernel gdb
|
|
#options "KGDBRATE=19200" # kernel gdb port rate (default 9600)
|
|
#options "KGDBDEV=15*256+2" # device for kernel gdb
|
|
#options BUFPAGES=900
|
|
#options PROFTIMER, PRF_INTERVAL=500
|
|
|
|
#config netbsd root on sd6a
|
|
config netbsd root on ? type ?
|
|
|
|
# ethernet board
|
|
#device se0 at scsi? slave 2
|
|
#device ed0 at nexus0
|
|
|
|
#device bsdaudio0 at nexus0 # /dev/audio
|
|
#device sram0 at nexus0 # battery backuped memory
|
|
#device pow0 at nexus0 # power switch device
|
|
#device pow1 at nexus0 # power switch device
|
|
#device bell0 at nexus0 # /dev/bell
|
|
|
|
#pseudo-device sl 4 # compressed SLIP
|
|
pseudo-device ppp 1 # point-to-point protocol
|
|
#pseudo-device bpfilter 16 # packet filter
|
|
pseudo-device pty 4 # pseudo-terminals
|
|
#pseudo-device kbd # kbd
|
|
pseudo-device loop # loopback; recommended
|
|
#pseudo-device ether # ethernet
|
|
#pseudo-device vnd 10 # vn virtual filesystem device
|
|
#pseudo-device ccd 4 # concatenating disk driver
|