# $NetBSD: MARINE,v 1.2 1996/08/26 23:41:31 mrg Exp $ # # MARINE # # architecture type and name of kernel; REQUIRED machine "x68k" ident MARINE # different CPU types; you must have at least the correct one; REQUIRED #cpu "M68030" cpu "M68040" # time zone RTC is expected to be set in; REQUIRED timezone -9 # estimated number of users maxusers 8 # standard options options GENERIC # historical 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_12 #options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP # file system options #options QUOTA # file system quotas options FFS # Berkeley fast file system options FASTLINKS # fast symbolic links in FFS #options MFS # memory file system; uses RAM and swap #options NFSSERVER # Network File System server #options NFSCLIENT # Network File System client options "CD9660" # ISO 9660 CD-ROM file system, with RR #options MSDOSFS # MS-DOS FAT file system options HUMANFS # MS-DOS FAT file system with Human Ext. #options FDESC # /dev/fd #options KERNFS # kernel file system; recommended #options PROCFS # /proc #options NULLFS # Loop-back filesystem #options PORTAL # portal filesystem (still experimental) #options ADOSFS # AmigaDOS filesystem #options LFS # Log-based filesystem (still experimental) #options UMAPFS # uid/gid remapping filesystem #options UNION # union mount # networking options options INET # Internet protocls #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 MACHINE_NONCONTIG # support for noncontig memory #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 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 #config netbsd root on sd6a swap on sd6b config netbsd swap generic # manufacturer 1 is a pseudo and stands for `builtin' master scsi0 at nexus0 # internal SCSI port master scsi1 at nexus0 # external SCSI board master fdc0 at nexus0 # further builtin devices device zs0 at nexus0 device zs1 at nexus0 #device par0 at nexus0 device fd0 at fdc0 slave 0 device fd1 at fdc0 slave 1 device fd2 at fdc0 slave 2 #device fd3 at fdc0 slave 3 # SCSI disks disk sd0 at scsi0 slave 0 disk sd1 at scsi0 slave 1 disk sd2 at scsi0 slave 2 disk sd3 at scsi0 slave 3 #disk sd4 at scsi0 slave 4 disk sd5 at scsi0 slave 5 #disk sd6 at scsi0 slave 6 #disk sd7 at scsi0 slave 7 # SCSI CD-ROMs disk cd0 at scsi0 slave 6 # SCSI tapes tape st0 at scsi0 slave 4 tape st1 at scsi1 slave 0 tape st1 at scsi1 slave 1 tape st1 at scsi1 slave 2 tape st1 at scsi1 slave 3 tape st1 at scsi1 slave 4 tape st1 at scsi1 slave 5 tape st1 at scsi1 slave 6 device grf0 at nexus0 # builtin clock (should all identify as "rtclock") device rtclock0 at nexus0 # ethernet board #device se0 at scsi0 slave 2 device bsdaudio0 at nexus0 # /dev/audio device kbd0 at nexus0 #device sram0 at nexus0 # battery backuped memory #pseudo-device sl 4 # compressed SLIP pseudo-device ppp 1 # point-to-point protocol #pseudo-device bpfilter 16 # packet filter #pseudo-device tun 4 # tunnel pseudo-device ite # internal terminal emulator pseudo-device pty 32 # pseudo-terminals pseudo-device mouse # mouse pseudo-device loop # loopback; recommended pseudo-device ether # ethernet pseudo-device vnd 1 # vn virtual filesystem device