DISKLESS3X revision 1.8
1# $NetBSD: DISKLESS3X,v 1.8 1997/10/07 17:50:50 gwr Exp $
2
3# DISKLESS Sun3x (3/80, 3/470)
4# Root and swap on NFS
5# Includes devices needed to run as an X-terminal
6
7include "arch/sun3x/conf/std.sun3x"
8
9# Machines to be supported by this kernel
10# options 	FPU_EMULATE	# XXX - Ever needed?
11
12# Needs to be set per system.  i.e change these as you see fit
13maxusers	4
14
15# Standard system options
16options 	KTRACE		# system call tracing
17options 	SYSVMSG		# System V message queues
18options 	SYSVSEM		# System V semaphores
19options 	SYSVSHM		# System V shared memory
20#options 	SHMMAXPGS=1024	# 1024 pages is the default
21#options 	LKM		# loadable kernel modules
22#options 	INSECURE	# disable kernel security level
23#options 	UCONSOLE	# Allow non-root TIOCCONS
24
25# Which kernel debugger?  Uncomment either this:
26options 	DDB
27# ... or these for KGDB (gdb remote target)
28#makeoptions DEBUG="-g"		# debugging symbols for gdb
29#options 	KGDB
30#options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
31
32# Other debugging options
33#options 	DEBUG		# kernel debugging code
34#options 	DIAGNOSTIC	# extra kernel sanity checking
35#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
36#options 	PMAP_DEBUG
37
38# Compatability options
39options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
40options 	COMPAT_43	# and 4.3BSD and ...
41options 	COMPAT_12	# NetBSD 1.2
42
43# Filesystem options
44file-system	NFS		# Sun NFS client support
45file-system	FDESC		# /dev/fd/*
46file-system	KERNFS		# /kern
47file-system	NULLFS		# loopback file system
48file-system	PROCFS		# /proc
49
50options 	FIFO		# FIFOs; RECOMMENDED
51
52# Networking options
53options 	INET		# IP prototol stack support
54options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
55#options 	GATEWAY		# IP packet forwarding
56
57# Work-around for root on slow servers (insurance...)
58options 	NFS_BOOT_RWSIZE=1024
59
60config		netbsd root on ? type nfs
61
62#
63# Serial ports
64#
65zstty0	at zsc1 channel 0	# ttya
66zstty1	at zsc1 channel 1	# ttyb
67
68kbd0	at zsc0 channel 0	# keyboard
69ms0	at zsc0 channel 1	# mouse
70
71#
72# Network devices
73#
74
75# Intel Ethernet
76ie0 at obio0 addr 0x65000000 ipl 3
77
78# Lance Ethernet (only onboard)
79le0 at obio0 addr 0x65002000 ipl 3
80
81#
82# Frame buffer devices
83#
84
85# bwtwo - Monochrome frame buffer.
86bwtwo0 at obmem0 addr 0x50400000 ipl 4
87
88# Misc.
89pseudo-device	loop		1	# network loopback
90pseudo-device	sl		2	# CSLIP
91pseudo-device	ppp		2	# PPP
92
93pseudo-device	pty		32	# pseudo-terminals
94