xref: /netbsd-src/sys/arch/sun3/conf/DISKLESS3X (revision 3fe138c1461e710931a50b66f08982c5f52c371f)
1# $NetBSD: DISKLESS3X,v 1.11 1997/12/01 16:11:39 kleink 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	2
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 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
34#options 	DEBUG		# kernel debugging code
35#options 	DIAGNOSTIC	# extra kernel sanity checking
36#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
37#options 	PMAP_DEBUG
38
39# Compatability options
40options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
41options 	COMPAT_43	# and 4.3BSD and ...
42options 	COMPAT_10	# NetBSD 1.0
43options 	COMPAT_11	# NetBSD 1.1
44options 	COMPAT_12	# NetBSD 1.2
45options 	COMPAT_13	# NetBSD 1.3
46
47# Filesystem options
48#file-system	FFS		# Berkeley Fast Filesystem
49file-system	NFS		# Sun NFS client support
50#file-system	CD9660		# ISO 9660 + Rock Ridge file system
51#file-system	MSDOSFS		# MS-DOS FAT file system
52file-system	FDESC		# /dev/fd/*
53file-system	KERNFS		# /kern
54file-system	NULLFS		# loopback file system
55file-system	PROCFS		# /proc
56#file-system	UNION		# union file system
57#file-system	MFS		# memory-based filesystem
58
59options 	FIFO		# FIFOs; RECOMMENDED
60#options 	NFSSERVER	# nfs server support
61#options 	QUOTA		# FFS quotas
62
63# Networking options
64options 	INET		# IP prototol stack support
65options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
66#options 	GATEWAY		# IP packet forwarding
67#options 	ISO,TPIP	# OSI networking
68#options 	EON		# OSI tunneling over IP
69#options 	CCITT,LLC,HDLC	# X.25
70#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
71
72# Work-around for root on slow servers (insurance...)
73options 	NFS_BOOT_RWSIZE=1024
74
75config		netbsd root on ? type nfs
76
77#
78# Serial ports
79#
80zstty0	at zsc1 channel 0	# ttya
81zstty1	at zsc1 channel 1	# ttyb
82
83kbd0	at zsc0 channel 0	# keyboard
84ms0	at zsc0 channel 1	# mouse
85
86#
87# Network devices
88#
89
90# Intel Ethernet
91ie0 at obio0 addr 0x65000000 ipl 3
92
93# Lance Ethernet (only onboard)
94le0 at obio0 addr 0x65002000 ipl 3
95
96#
97# Frame buffer devices
98#
99
100# bwtwo - Monochrome frame buffer.
101bwtwo0 at obmem0 addr 0x50400000 ipl 4
102
103# Misc.
104pseudo-device	loop		1	# network loopback
105pseudo-device	bpfilter	8	# packet filter
106pseudo-device	sl		2	# CSLIP
107pseudo-device	ppp		2	# PPP
108pseudo-device	tun		2	# network tunneling over tty
109#pseudo-device	ipfilter		# ip filter
110
111pseudo-device	pty		32	# pseudo-terminals
112