DISKLESS3X revision 1.10
1# $NetBSD: DISKLESS3X,v 1.10 1997/11/17 01:58:35 lukem 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
45
46# Filesystem options
47#file-system	FFS		# Berkeley Fast Filesystem
48file-system	NFS		# Sun NFS client support
49#file-system	CD9660		# ISO 9660 + Rock Ridge file system
50#file-system	MSDOSFS		# MS-DOS FAT file system
51file-system	FDESC		# /dev/fd/*
52file-system	KERNFS		# /kern
53file-system	NULLFS		# loopback file system
54file-system	PROCFS		# /proc
55#file-system	UNION		# union file system
56#file-system	MFS		# memory-based filesystem
57
58options 	FIFO		# FIFOs; RECOMMENDED
59#options 	NFSSERVER	# nfs server support
60#options 	QUOTA		# FFS quotas
61
62# Networking options
63options 	INET		# IP prototol stack support
64options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
65#options 	GATEWAY		# IP packet forwarding
66#options 	ISO,TPIP	# OSI networking
67#options 	EON		# OSI tunneling over IP
68#options 	CCITT,LLC,HDLC	# X.25
69#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
70
71# Work-around for root on slow servers (insurance...)
72options 	NFS_BOOT_RWSIZE=1024
73
74config		netbsd root on ? type nfs
75
76#
77# Serial ports
78#
79zstty0	at zsc1 channel 0	# ttya
80zstty1	at zsc1 channel 1	# ttyb
81
82kbd0	at zsc0 channel 0	# keyboard
83ms0	at zsc0 channel 1	# mouse
84
85#
86# Network devices
87#
88
89# Intel Ethernet
90ie0 at obio0 addr 0x65000000 ipl 3
91
92# Lance Ethernet (only onboard)
93le0 at obio0 addr 0x65002000 ipl 3
94
95#
96# Frame buffer devices
97#
98
99# bwtwo - Monochrome frame buffer.
100bwtwo0 at obmem0 addr 0x50400000 ipl 4
101
102# Misc.
103pseudo-device	loop		1	# network loopback
104pseudo-device	bpfilter	8	# packet filter
105pseudo-device	sl		2	# CSLIP
106pseudo-device	ppp		2	# PPP
107pseudo-device	tun		2	# network tunneling over tty
108#pseudo-device	ipfilter		# ip filter
109
110pseudo-device	pty		32	# pseudo-terminals
111