GENERIC revision 1.12 1 # $NetBSD: GENERIC,v 1.12 1995/01/24 05:48:27 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 # XXX - Work-around for slow SunOS/Sun3 servers (sigh...)
38 options NFS_BOOT_RWSIZE=1024
39
40 # Compatability options
41 options COMPAT_SUNOS # can run SunOS 4.1.1 executables
42 options COMPAT_09 # NetBSD 0.9,
43 options COMPAT_10 # NetBSD 1.0,
44 options COMPAT_43 # and 4.3BSD
45 options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
46
47 # Sun3-specific debugging options
48 options CONTEXT_DEBUG
49 options PMAP_DEBUG
50 #options VMFAULT_TRACE
51 #options SYSCALL_DEBUG
52 options EXEC_DEBUG
53 options DIAGNOSTIC
54 options SCSIDEBUG
55
56 config netbsd swap generic
57
58 # Devices
59
60 ie0 at obio0 addr ? level ?
61 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
62
63 le0 at obio0 addr ? level ?
64
65 si0 at obio0 addr ? level ?
66 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
67 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
68
69 scsibus* at scsi?
70 sd* at scsibus? target ? lun ?
71 st* at scsibus? target ? lun ?
72 cd* at scsibus? target ? lun ?
73 #ch* at scsibus? target ? lun ?
74
75 pseudo-device loop
76 pseudo-device pty
77