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