GENERIC revision 1.4
1# 2# new config file for GENERIC 3# 4 5include "std.sun3" 6 7# Machines to be supported by this kernel 8options "SUN3_50" 9options "SUN3_60" 10 11# Needs to be set per system. i.e change these as you see fit 12maxusers 4 13options TIMEZONE="'8*60'" # minutes west of GMT (for param.c) 14options DST=2 # daylight savings rules (for param.c) 15options MAXFDESCS=2048 # max # of fds/process (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 21options "COMPAT_43" 22options "TCP_COMPAT_42" 23 24# Filesystem options 25options NFSSERVER # nfs server support 26options NFSCLIENT # nfs client support 27options FFS # ufs file system 28 29# Networking options 30options INET # IP prototol stack support 31 32# Sun3-specific options 33options COMPAT_SUNOS 34options COMPAT_09 35 36# Sun3-specific debugging options 37#options CONTEXT_DEBUG 38#options VMFAULT_TRACE 39#options EXEC_DEBUG 40#options PMAP_DEBUG 41#options SYSCALL_DEBUG 42 43config netbsd swap generic 44 45le0 at obio? addr ? level 3 46 47zs0 at obio? addr 0x20000 level 2 48zs1 at obio? addr 0x00000 level 2 49kd0 at mainbus0 50 51#si0 at obio? addr ? level ? 52#scsibus* at scsi? 53#sd* at scsibus? target ? lun ? 54#st* at scsibus? target ? lun ? 55#cd* at scsibus? target ? lun ? 56#ch* at scsibus? target ? lun ? 57 58idprom0 at obctl? addr ? size ? 59 60#prom0 at mainbus0 61 62pseudo-device loop 63pseudo-device pty 64