SLAB revision 1.13 1 # $NetBSD: SLAB,v 1.13 2002/06/17 05:14:19 lukem Exp $
2 #
3 # deberg's development machine
4 #
5 #
6
7 include "arch/next68k/conf/std.next68k"
8
9 #options INCLUDE_CONFIG_FILE # embed config file in kernel binary
10
11 # Needs to be set per system. i.e change these as you see fit
12 maxusers 16
13
14 # Standard system options
15 options KTRACE # system call tracing
16 options SYSVMSG # System V message queues
17 options SYSVSEM # System V semaphores
18 options SYSVSHM # System V shared memory
19 #options SHMMAXPGS=1024 # 1024 pages is the default
20
21 options LKM # loadable kernel modules
22 options INSECURE # disable kernel security level
23 options UCONSOLE # Allow non-root TIOCCONS
24 #options USERCONF # userconf(4) support
25 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
26
27 options DEBUG # kernel debugging code
28 options DIAGNOSTIC # extra kernel sanity checking
29
30 # Which kernel debugger? Uncomment either this:
31 options DDB
32 options DDB_HISTORY_SIZE=100 # enable history editing in DDB
33
34 # ... or these for KGDB (gdb remote target)
35 makeoptions DEBUG="-g" # debugging symbols for gdb
36 #options KGDB # support for kernel gdb
37 #options KGDB_DEV=0xc01 # kgdb device number (dev_t)
38 #options KGDB_DEVRATE=9600 # baud rate
39
40 # Other debugging options
41 options KMEMSTATS # kernel memory statistics (vmstat -m)
42 #options PMAP_DEBUG
43 options SCSIDEBUG
44 options SCSIVERBOSE # Verbose SCSI errors
45 options SWAPDEBUG
46
47 # Compatibility options
48 #options COMPAT_43 # and 4.3BSD and ...
49 #options COMPAT_44 # and 4.4BSD and ...
50 #options COMPAT_09 # NetBSD 0.9
51 #options COMPAT_10 # NetBSD 1.0
52 #options COMPAT_11 # NetBSD 1.1
53 #options COMPAT_12 # NetBSD 1.2
54 #options COMPAT_13 # NetBSD 1.3
55 options COMPAT_14 # NetBSD 1.4
56
57 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
58
59 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
60 #options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
61 #options COMPAT_SUNOS # can run SunOS 4.1.1 executables
62 #options COMPAT_SVR4 # can run SVR4 executables
63 #options COMPAT_LINUX # can run Linux/m68k executables
64 options COMPAT_AOUT_M68K # support for NetBSD a.out executables
65 options EXEC_AOUT # support for a.out executables
66
67 # File systems
68 #file-system FFS # UFS
69 #file-system EXT2FS # second extended file system (linux)
70 #file-system LFS # log-structured file system
71 file-system MFS # memory file system
72 file-system NFS # Network File System client
73 #file-system CD9660 # ISO 9660 + Rock Ridge file system
74 #file-system MSDOSFS # MS-DOS file system
75 file-system FDESC # /dev/fd
76 file-system KERNFS # /kern
77 file-system NULLFS # loopback file system
78 #file-system PORTAL # portal filesystem (still experimental)
79 #file-system PROCFS # /proc
80 #file-system UMAPFS # NULLFS + uid and gid remapping
81 #file-system UNION # union file system
82
83 #options NFSSERVER # nfs server support
84 #options QUOTA # FFS quotas
85 #options SOFTDEP # FFS soft updates support.
86 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
87 # immutable) behave as system flags.
88
89 # Networking options
90 #options GATEWAY # packet forwarding
91 options INET # IP + ICMP + TCP + UDP
92 options INET6 # IPV6
93 #options IPSEC # IP security
94 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
95 #options IPSEC_DEBUG # debug for IP security
96 #options MROUTING # IP multicast routing
97 #options NS # XNS
98 #options NSIP # XNS tunneling over IP
99 #options ISO,TPIP # OSI
100 #options EON # OSI tunneling over IP
101 #options CCITT,LLC,HDLC # X.25
102 #options NETATALK # AppleTalk networking protocols
103 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
104 #options PPP_DEFLATE # Deflate compression support for PPP
105 #options PPP_FILTER # Active filter support for PPP (requires bpf)
106 #options PFIL_HOOKS # pfil(9) packet filter hooks
107 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
108
109 # NeXT specific options
110 options M68040
111 options M68030
112 options FPSP
113 #options FPU_EMULATE
114
115 options ZS_CONSOLE_ABORT # drop to debugger on break
116 #options SERCONSOLE # use serial console
117
118 options NFS_BOOT_BOOTP
119 options NFS_BOOT_DHCP
120
121 # wscons options
122 options RCONS_2BPP # necessary for nextdisplay
123 options RCONS_16BPP # necessary for nextdisplay
124 #options WSEMUL_SUN # sun terminal emulation
125 options WSEMUL_VT100 # VT100 / VT220 emulation
126 options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
127 options WSDISPLAY_COMPAT_USL # VT handling
128 options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
129 # see dev/wskbdmap_next.h for implemented layouts
130 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
131
132 config netbsd root on ? type ?
133
134 #
135 # Device configuration
136 #
137
138 # The root node:
139 mainbus0 at root
140
141 #fpu0 at mainbus?
142
143 # device space
144 intio0 at mainbus?
145
146 nextkbd0 at intio? ipl 3
147 nextdisplay0 at mainbus?
148
149 wsdisplay* at nextdisplay? console ?
150 wskbd* at nextkbd? console ?
151
152 # INTIO
153 zsc0 at intio? ipl 5
154 #zsc1 at intio? ipl 5
155
156 xe* at intio? ipl 3 # ethernet
157
158 #esp0 at intio? ipl 3 flags 0xff00 # Turn off sync negotiation
159
160 #
161 # Serial ports
162 #
163 zstty0 at zsc0 channel 0 # ttya
164 zstty1 at zsc0 channel 1 # ttyb
165
166 # SCSI bus support
167 #scsibus* at scsi?
168
169 # SCSI devices
170 #sd* at scsibus? target ? lun ? # SCSI disk drives
171 #st* at scsibus? target ? lun ? # SCSI tape drives
172 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
173 #ch* at scsibus? target ? lun ? # SCSI autochangers
174 #se* at scsibus? target ? lun ? # SCSI ethernet
175 #ss* at scsibus? target ? lun ? # SCSI scanners
176 #uk* at scsibus? target ? lun ? # SCSI unknown
177
178
179 # Memory-disk drivers
180 pseudo-device md 2
181
182 # Misc.
183 pseudo-device loop 1 # network loopback
184 pseudo-device bpfilter 8 # packet filter
185 pseudo-device sl 2 # CSLIP
186 pseudo-device ppp 2 # PPP
187 pseudo-device tun 2 # network tunneling over tty
188 #pseudo-device gre 2 # generic L3 over IP tunnel
189 pseudo-device ipfilter # ip filter
190 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
191 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
192 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
193 # rnd is EXPERIMENTAL
194 #pseudo-device rnd # /dev/random and in-kernel generator
195 #pseudo-device wsmux # mouse & keyboard multiplexor
196
197 pseudo-device pty # pseudo-terminals
198 pseudo-device vnd 4 # paging to files
199 #pseudo-device raid 4 # RAIDframe disk driver
200 #options RAID_AUTOCONFIG # auto-configuration of RAID components
201 pseudo-device ccd 4 # concatenated disks
202 pseudo-device clockctl # user control of clock subsystem
203