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