GENERIC revision 1.5
1# 2# new config file for GENERIC 3# $Id: GENERIC,v 1.5 1994/05/05 03:48:56 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) 16options MAXFDESCS=2048 # max # of fds/process (for param.c) 17 18# Standard system options 19options SWAPPAGER, VNODEPAGER, DEVPAGER # paging 20options KTRACE # system call tracing support 21makeoptions DEBUG="-g" # symbols for kgdb + nm 22 23# Filesystem options 24options NFSSERVER # nfs server support 25options NFSCLIENT # nfs client support 26options FFS # ufs file system 27 28# Networking options 29options INET # IP prototol stack support 30 31# Sun3-specific options 32options COMPAT_SUNOS 33options COMPAT_09 34 35# Sun3-specific debugging options 36#options CONTEXT_DEBUG 37#options VMFAULT_TRACE 38#options EXEC_DEBUG 39#options PMAP_DEBUG 40#options SYSCALL_DEBUG 41 42config netbsd swap generic 43 44le0 at obio? addr ? level 3 45 46zs0 at obio? addr 0x20000 level 2 47zs1 at obio? addr 0x00000 level 2 48kd0 at mainbus0 49 50#si0 at obio? addr ? level ? 51#scsibus* at scsi? 52#sd* at scsibus? target ? lun ? 53#st* at scsibus? target ? lun ? 54#cd* at scsibus? target ? lun ? 55#ch* at scsibus? target ? lun ? 56 57idprom0 at obctl? addr ? size ? 58 59#prom0 at mainbus0 60 61pseudo-device loop 62pseudo-device pty 63