DISKLESS3X revision 1.3
1#	$NetBSD: DISKLESS3X,v 1.3 1997/02/11 18:59:23 gwr Exp $
2
3#
4# DISKLESS Sun3x (3/80, 3/470)
5# Root and swap on NFS
6# Includes devices needed to run as an X-terminal
7#
8
9include "arch/sun3x/conf/std.sun3x"
10
11# Machines to be supported by this kernel
12# options 	FPU_EMULATE	# XXX - Ever needed?
13
14# Needs to be set per system.  i.e change these as you see fit
15maxusers	4
16
17# Standard system options
18options 	KTRACE			# system call tracing support
19
20# Debugging options.  Uncomment either these:
21options 	DDB
22options 	SYMTAB_SPACE=0x18000
23# ... or these for KGDB (gdb remote target)
24#makeoptions DEBUG="-g"			# debugging symbols for gdb
25#options 	KGDB
26#options 	KGDBDEV=0x0C01
27
28# Filesystem options
29file-system 	NFS		# nfs client support
30file-system 	FDESC		# /dev/fd/*
31file-system 	KERNFS		# /kern
32file-system 	NULLFS		# loopback file system
33file-system 	PROCFS		# /proc
34
35options 	FIFO		# FIFOs; RECOMMENDED
36
37# Networking options
38options 	INET		# IP prototol stack support
39#options	GATEWAY		# IP packet forwarding
40options 	TCP_COMPAT_42	# TCP bug compatibility with 4.2BSD
41# XXX - Work-around for root on slow servers (insurance...)
42options 	NFS_BOOT_RWSIZE=1024
43
44# Compatability options
45options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
46options 	COMPAT_43	# and 4.3BSD and ...
47options 	COMPAT_12	# NetBSD 1.2
48options 	UCONSOLE	# Allow non-root TIOCCONS
49
50# Sun3x-specific debugging options
51options 	PMAP_DEBUG
52#options 	VMFAULT_TRACE
53#options 	SYSCALL_DEBUG
54#options 	EXEC_DEBUG
55options 	DIAGNOSTIC
56
57config		netbsd root on ? type nfs
58
59#
60# Serial ports
61#
62zstty0 at zsc1 channel 0	# ttya
63zstty1 at zsc1 channel 1	# ttyb
64
65kbd0   at zsc0 channel 0	# keyboard
66ms0    at zsc0 channel 1	# mouse
67
68#
69# Network devices
70#
71
72# Lance Ethernet (only onboard)
73le0 at obio0 addr 0x65002000 ipl 3
74
75#
76# Frame buffer devices
77#
78
79bwtwo0 at obmem0 addr 0x50300000 ipl 4
80
81# Misc.
82pseudo-device	loop	1		# network loopback
83
84pseudo-device	pty	32		# pseudo-terminals
85