GENERIC revision 1.6
1# 2# new config file for GENERIC 3# $Id: GENERIC,v 1.6 1994/05/27 15:03:15 gwr Exp $ 4# 5 6include "std.sun3" 7 8# Machines to be supported by this kernel 9options "SUN3_50" 10options "SUN3_60" 11 12# Needs to be set per system. i.e change these as you see fit 13maxusers 4 14options TIMEZONE=480 # minutes west of GMT (for param.c) 15options DST=2 # daylight savings rules (for param.c) 16 17# Standard system options 18options SWAPPAGER, VNODEPAGER, DEVPAGER # paging 19options KTRACE # system call tracing support 20makeoptions DEBUG="-g" # symbols for kgdb + nm 21 22# Filesystem options 23options NFSSERVER # nfs server support 24options NFSCLIENT # nfs client support 25options FFS # ufs file system 26 27# Networking options 28options INET # IP prototol stack support 29 30# Sun3-specific options 31options COMPAT_SUNOS 32options COMPAT_09 33 34# Sun3-specific debugging options 35#options CONTEXT_DEBUG 36#options VMFAULT_TRACE 37#options EXEC_DEBUG 38#options PMAP_DEBUG 39#options SYSCALL_DEBUG 40 41config netbsd swap generic 42 43le0 at obio? addr ? level 3 44 45zs0 at obio? addr 0x20000 level 2 46zs1 at obio? addr 0x00000 level 2 47kd0 at mainbus0 48 49#si0 at obio? addr ? level ? 50#scsibus* at scsi? 51#sd* at scsibus? target ? lun ? 52#st* at scsibus? target ? lun ? 53#cd* at scsibus? target ? lun ? 54#ch* at scsibus? target ? lun ? 55 56idprom0 at obctl? addr ? size ? 57 58#prom0 at mainbus0 59 60pseudo-device loop 61pseudo-device pty 62