# $NetBSD: ALL,v 1.4 1996/09/10 22:48:05 thorpej Exp $ # # ALL -- everything that's currently supported # # architecture type and name of kernel; REQUIRED machine x68k m68k # different CPU types; you must have at least the correct one; REQUIRED options M68030 options M68040 # time zone RTC is expected to be set in; REQUIRED options TIMEZONE=-540 # Set the timezone that the kernel will use options DST=0 # Set the timezone that the kernel will use # estimated number of users maxusers 32 # 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_10 # compatibility with NetBSD 1.0 options COMPAT_11 # compatibility with NetBSD 1.1 options COMPAT_12 options COMPAT_M68K4K # NetBSD/m68k4k binaries 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 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 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 # Options specific to this host. #options INSECURE # Disable kernel security. 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 JUPITER # support for "JUPITER-X" options EIOMAPSIZE=0 # do not map 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 #config netbsd root on sd6a swap on sd6b config netbsd swap generic 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 # SCSI disks #sd* at scsibus? target ? lun ? sd0 at scsibus? target 0 lun ? sd1 at scsibus? target 1 lun ? sd2 at scsibus? target 2 lun ? sd3 at scsibus? target 3 lun ? sd4 at scsibus? target 4 lun ? sd5 at scsibus? target 5 lun ? sd6 at scsibus? target 6 lun ? sd7 at scsibus? target 7 lun ? # SCSI CD-ROMs cd* at scsibus? target ? lun ? # SCSI tapes st* at scsibus? target ? lun 0 # SCSI scanners ss* at scsibus? target ? lun ? # 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 pseudo-device rd 1 # ramdisk