1 # 2 # new config file for GENERIC 3 # 4 5 include "std.sun3" 6 7 # Machines to be supported by this kernel 8 options "SUN3_50" 9 options "SUN3_60" 10 11 # Needs to be set per system. i.e change these as you see fit 12 maxusers 4 13 options TIMEZONE="'8*60'" # minutes west of GMT (for param.c) 14 options DST=2 # daylight savings rules (for param.c) 15 options MAXFDESCS=2048 # max # of fds/process (for param.c) 16 17 # Standard system options 18 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging 19 options KTRACE # system call tracing support 20 makeoptions DEBUG="-g" # symbols for kgdb + nm 21 options "COMPAT_43" 22 options "TCP_COMPAT_42" 23 24 # Filesystem options 25 options NFSSERVER # nfs server support 26 options NFSCLIENT # nfs client support 27 options FFS # ufs file system 28 29 # Networking options 30 options INET # IP prototol stack support 31 32 # Sun3-specific options 33 options COMPAT_SUNOS 34 options 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 43 config netbsd swap generic 44 45 le0 at obio? addr ? level 3 46 47 zs0 at obio? addr 0x20000 level 2 48 zs1 at obio? addr 0x00000 level 2 49 kd0 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 58 idprom0 at obctl? addr ? size ? 59 60 #prom0 at mainbus0 61 62 pseudo-device loop 63 pseudo-device pty 64