135 lines
4.7 KiB
Plaintext
135 lines
4.7 KiB
Plaintext
# $NetBSD: SMALL030,v 1.8 1997/12/01 16:33:54 kleink Exp $
|
|
|
|
#
|
|
# SMALL030 -- small configuration with mc68030 processor
|
|
#
|
|
|
|
# architecture type and name of kernel; REQUIRED
|
|
machine x68k m68k
|
|
|
|
options EXEC_SCRIPT # Support #!
|
|
options EXEC_AOUT # a.out format executables
|
|
|
|
# different CPU types; you must have at least the correct one; REQUIRED
|
|
options M68030
|
|
#options M68040
|
|
#options M68060
|
|
|
|
# set to indicate RTC is offset from GMT
|
|
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
|
|
|
# estimated number of users
|
|
maxusers 8
|
|
|
|
# standard options
|
|
options SWAPPAGER # paging
|
|
options VNODEPAGER,DEVPAGER # vnode and device node caching
|
|
#options DDB # kernel debugger; recommended
|
|
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
|
#options DIAGNOSTIC # internal consistency checking
|
|
|
|
#options KTRACE # system call tracing, a la ktrace(1)
|
|
options FIFO # fifos; recommended
|
|
#options SYSVSHM # System V shared memory; broken
|
|
#options SHMMAXPGS=1024
|
|
#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_11 # compatibility with NetBSD 1.1
|
|
#options COMPAT_12 # compatibility with NetBSD 1.2
|
|
#options COMPAT_13 # compatibility with NetBSD 1.3
|
|
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
|
#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 # MS-DOS FAT file system with Human Ext.
|
|
#file-system FDESC # /dev/fd
|
|
#file-system KERNFS # kernel file system; recommended
|
|
#file-system PROCFS # /proc
|
|
#file-system LOFS # 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
|
|
|
|
#options QUOTA # file system quotas
|
|
options FASTLINKS # fast symbolic links in FFS
|
|
#options NFSSERVER # Network File System server
|
|
|
|
# networking options
|
|
#options GATEWAY # packet forwarding
|
|
options INET # IP
|
|
#options NS # XNS
|
|
#options CCITT # X.25
|
|
#options ISO,TPIP # OSI networking
|
|
#options EON # OSI tunneling over IP
|
|
#options MULTICAST # multicast
|
|
#options PFIL_HOOKS # packet filter hooks
|
|
|
|
# Options specific to this host.
|
|
#options INSECURE # Disable kernel security.
|
|
#options MACHINE_NONCONTIG # support for noncontig memory
|
|
#options DEBUG # extra kernel debugging support
|
|
#options FPU_EMULATE # software fpu emulation
|
|
#options M060SP # int/fp emulation for MC68060
|
|
#options FPSP # '40 Floating Point Software
|
|
options ITEKANJI # Kanji display for console
|
|
#options PANICBUTTON # enable interrput switch
|
|
#options JUPITER # support for "JUPITER-X"
|
|
#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 type ffs
|
|
config netbsd root on ? type ?
|
|
|
|
mainbus0 at root
|
|
|
|
spc0 at mainbus0 # builtin scsi
|
|
spc1 at mainbus0 # external scsi
|
|
scsibus* at spc?
|
|
|
|
zs0 at mainbus0 # Zilog serial
|
|
#zs1 at mainbus0 # Zilog serial
|
|
#par0 at mainbus0 # builtin parallel port
|
|
grfbus0 at mainbus0 # bitmapped display's
|
|
grf0 at grfbus0 # multiplane graphics
|
|
#grf1 at grfbus0 # flexible graphics
|
|
ite0 at grf0 # console
|
|
#fdc0 at mainbus0 # floppy controller
|
|
#fd* at fdc0 unit ? # builtin floppy drive
|
|
#com0 at mainbus0 # NS16550
|
|
#com1 at mainbus0 # NS16550
|
|
|
|
sd* at scsibus? target ? lun ? # SCSI disks
|
|
#cd* at scsibus? target ? lun ? # SCSI CD-ROMs
|
|
#st* at scsibus? target ? lun 0 # SCSI tapes
|
|
#ss* at scsibus? target ? lun ? # SCSI scanners
|
|
#ch* at scsibus? target ? lun ? # SCSI changer devices
|
|
#uk* at scsibus? target ? lun ? # SCSI unknown device
|
|
|
|
#pseudo-device sl 4 # compressed SLIP
|
|
pseudo-device ppp 1 # point-to-point protocol
|
|
#pseudo-device bpfilter 16 # packet filter
|
|
pseudo-device pty 16 # pseudo-terminals
|
|
pseudo-device mouse # mouse
|
|
pseudo-device loop # loopback; recommended
|
|
#pseudo-device sram # battery-backuped static RAM
|
|
#pseudo-device bell # OPM bell
|
|
#pseudo-device pow 2 # software power switch
|
|
#pseudo-device vnd 10 # vn virtual filesystem device
|
|
#pseudo-device ccd 4 # concatenating disk driver
|
|
#pseudo-device md 1 # memory disk
|