1997-02-25 20:49:46 +03:00
|
|
|
# $NetBSD: ALL,v 1.13 1997/02/25 17:49:46 oki Exp $
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# ALL -- everything that's currently supported
|
|
|
|
#
|
|
|
|
|
|
|
|
# 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-13 17:04:42 +03:00
|
|
|
options M68060
|
1996-05-05 16:17:03 +04:00
|
|
|
|
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 32
|
|
|
|
|
|
|
|
# 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_11 # compatibility with NetBSD 1.1
|
1997-01-13 17:04:42 +03:00
|
|
|
options COMPAT_12 # compatibility with NetBSD 1.2
|
1996-09-11 02:48:05 +04:00
|
|
|
options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
1996-05-05 16:17:03 +04:00
|
|
|
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
|
|
|
|
|
|
|
# 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
|
|
|
|
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 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-05-05 16:17:03 +04:00
|
|
|
options QUOTA # file system quotas
|
|
|
|
options FASTLINKS # fast symbolic links in FFS
|
|
|
|
options NFSSERVER # Network File System server
|
|
|
|
|
|
|
|
# networking options
|
|
|
|
options INET # Internet protocols
|
|
|
|
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
|
1997-02-19 00:07:36 +03:00
|
|
|
#options PFIL_HOOKS # packet filter hooks
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
# Options specific to this host.
|
|
|
|
#options INSECURE # Disable kernel security.
|
|
|
|
options MACHINE_NONCONTIG # support for noncontig memory
|
|
|
|
options DEBUG # extra kernel debugging support
|
1997-01-13 17:04:42 +03:00
|
|
|
options FPU_EMULATE # software fpu emulation
|
|
|
|
options M060SP # int/fp emulation for MC68060
|
1996-05-05 16:17:03 +04:00
|
|
|
options FPSP # floating point emulation for MC68040
|
|
|
|
options ITEKANJI # Kanji display for console
|
|
|
|
options PANICBUTTON # enable interrupt switch
|
|
|
|
options JUPITER # support for "JUPITER-X"
|
|
|
|
options EIOMAPSIZE=0 # do not map PCI address space
|
1997-02-04 13:35:39 +03:00
|
|
|
options MAPPEDCOPY # use page mapping for large copyin/copyout
|
1996-05-05 16:17:03 +04:00
|
|
|
#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
|
|
|
|
|
1997-01-31 05:14:19 +03:00
|
|
|
#config netbsd root on sd6a type ffs swap on sd6b
|
|
|
|
config netbsd root on ? type ?
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
mainbus0 at root
|
|
|
|
|
|
|
|
zs0 at mainbus0 # Zilog serial
|
|
|
|
zs1 at mainbus0 # Zilog serial
|
|
|
|
par0 at mainbus0 # builtin parallel port
|
|
|
|
spc0 at mainbus0 # builtin scsi
|
|
|
|
spc1 at mainbus0 # external scsi
|
|
|
|
scsibus* at spc?
|
|
|
|
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
|
|
|
|
|
1996-09-17 00:08:56 +04:00
|
|
|
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
|
1996-05-05 16:17:03 +04:00
|
|
|
|
|
|
|
# ethernet board
|
|
|
|
#se0 at scsibus? target ? lun ?
|
|
|
|
#ed0 at mainbus0
|
|
|
|
|
|
|
|
# /dev/audio
|
|
|
|
#adpcm0 at mainbus0
|
|
|
|
|
|
|
|
pseudo-device sl 4 # compressed SLIP
|
|
|
|
pseudo-device ppp 4 # point-to-point protocol
|
|
|
|
pseudo-device bpfilter 16 # packet filter
|
|
|
|
pseudo-device tun 4 # tunnel
|
|
|
|
pseudo-device pty 64 # pseudo-terminals
|
|
|
|
pseudo-device kbd # kbd
|
|
|
|
pseudo-device mouse # mouse
|
|
|
|
pseudo-device sram # battery-backuped 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
|
1996-12-29 02:27:00 +03:00
|
|
|
pseudo-device md 1 # memory disk
|
1997-02-25 20:49:46 +03:00
|
|
|
pseudo-device ipfilter # ip filter
|