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