GENERIC revision 1.12
1# $NetBSD: GENERIC,v 1.12 1995/01/24 05:48:27 gwr Exp $ 2 3# 4# GENERIC kernel - supports root on: le0, sd* 5# 6 7include "std.sun3" 8 9# Machines to be supported by this kernel 10options "SUN3_50" 11options "SUN3_60" 12options "SUN3_110" 13options "SUN3_160" 14options "SUN3_260" 15options GENERIC 16 17# Needs to be set per system. i.e change these as you see fit 18maxusers 4 19options TIMEZONE=300 # minutes west of GMT (for param.c) 20options DST=2 # daylight savings rules (for param.c) 21 22# Standard system options 23options SWAPPAGER, VNODEPAGER, DEVPAGER # paging 24options KTRACE # system call tracing support 25#makeoptions DEBUG="-g" # symbols for kgdb + nm 26# I use DDB by copying in the symbols with dbsym. 27options DDB 28options SYMTAB_SPACE=89000 29 30# Filesystem options 31options NFSSERVER # nfs server support 32options NFSCLIENT # nfs client support 33options FFS # ufs file system 34 35# Networking options 36options INET # IP prototol stack support 37# XXX - Work-around for slow SunOS/Sun3 servers (sigh...) 38options NFS_BOOT_RWSIZE=1024 39 40# Compatability options 41options COMPAT_SUNOS # can run SunOS 4.1.1 executables 42options COMPAT_09 # NetBSD 0.9, 43options COMPAT_10 # NetBSD 1.0, 44options COMPAT_43 # and 4.3BSD 45options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 46 47# Sun3-specific debugging options 48options CONTEXT_DEBUG 49options PMAP_DEBUG 50#options VMFAULT_TRACE 51#options SYSCALL_DEBUG 52options EXEC_DEBUG 53options DIAGNOSTIC 54options SCSIDEBUG 55 56config netbsd swap generic 57 58# Devices 59 60ie0 at obio0 addr ? level ? 61ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 62 63le0 at obio0 addr ? level ? 64 65si0 at obio0 addr ? level ? 66si0 at vmes0 addr 0xff200000 level 2 vect 0x40 67si1 at vmes0 addr 0xff204000 level 2 vect 0x41 68 69scsibus* at scsi? 70sd* at scsibus? target ? lun ? 71st* at scsibus? target ? lun ? 72cd* at scsibus? target ? lun ? 73#ch* at scsibus? target ? lun ? 74 75pseudo-device loop 76pseudo-device pty 77