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