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