GENERIC revision 1.11 1 # $NetBSD: GENERIC,v 1.11 1994/12/21 23:54:11 gwr Exp $
2
3 #
4 # GENERIC kernel - supports root on: le0, sd*
5 #
6
7 include "std.sun3"
8
9 # Machines to be supported by this kernel
10 options "SUN3_50"
11 options "SUN3_60"
12 options "SUN3_110"
13 options "SUN3_160"
14 options "SUN3_260"
15 options GENERIC
16
17 # Needs to be set per system. i.e change these as you see fit
18 maxusers 4
19 options TIMEZONE=300 # minutes west of GMT (for param.c)
20 options DST=2 # daylight savings rules (for param.c)
21
22 # Standard system options
23 options SWAPPAGER, VNODEPAGER, DEVPAGER # paging
24 options KTRACE # system call tracing support
25 #makeoptions DEBUG="-g" # symbols for kgdb + nm
26 # I use DDB by copying in the symbols with dbsym.
27 options DDB
28 options SYMTAB_SPACE=89000
29
30 # Filesystem options
31 options NFSSERVER # nfs server support
32 options NFSCLIENT # nfs client support
33 options FFS # ufs file system
34
35 # Networking options
36 options INET # IP prototol stack support
37
38 # Compatability options
39 options COMPAT_SUNOS # can run SunOS 4.1.1 executables
40 options COMPAT_09 # NetBSD 0.9,
41 options COMPAT_10 # NetBSD 1.0,
42 options COMPAT_43 # and 4.3BSD
43 options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
44
45 # Sun3-specific debugging options
46 options CONTEXT_DEBUG
47 options PMAP_DEBUG
48 #options VMFAULT_TRACE
49 #options SYSCALL_DEBUG
50 options EXEC_DEBUG
51 options DIAGNOSTIC
52 options SCSIDEBUG
53
54 config netbsd swap generic
55
56 # Devices
57
58 ie0 at obio? addr ? level ?
59 le0 at obio? addr ? level ?
60
61 si0 at obio? addr ? level ?
62
63 scsibus* at scsi?
64 sd* at scsibus? target ? lun ?
65 st* at scsibus? target ? lun ?
66 cd* at scsibus? target ? lun ?
67 #ch* at scsibus? target ? lun ?
68
69 pseudo-device loop
70 pseudo-device pty
71