INSTALL revision 1.35
1# 	$NetBSD: INSTALL,v 1.35 2008/07/31 07:41:03 simonb Exp $
2#
3#	INSTALL kernel for RISC-NEWS
4
5include		"arch/newsmips/conf/std.newsmips"
6
7#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
8
9makeoptions	COPTS="-Os -mmemcpy"	# Optimise for space. Implies -O2
10
11maxusers	8
12
13# Enable the hooks used for initializing the ram-disk.
14options 	MEMORY_DISK_HOOKS
15options 	MEMORY_DISK_IS_ROOT		# Force root on ram-disk
16options 	MEMORY_DISK_SERVER=0		# no userspace md(4) support
17options 	MEMORY_DISK_ROOT_SIZE=5120	# 2.5 Megabytes
18
19options 	news3400
20options 	news5000
21options 	MIPS1			# R2000/R3000 support
22options 	MIPS3			# R4000 support
23options 	CPU_SINGLE		# no I/O processor
24
25options 	USERCONF		# userconf(4) support
26options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
27#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
28
29# Compatibility options
30#options 	COMPAT_43		# compatibility with 4.3BSD binaries
31#options 	COMPAT_13		# NetBSD 1.3 binary compatibility
32options 	COMPAT_14		# NetBSD 1.4 binary compatibility
33options 	COMPAT_15		# NetBSD 1.5 binary compatibility
34options 	COMPAT_16		# NetBSD 1.6 binary compatibility
35options 	COMPAT_20		# NetBSD 2.0 binary compatibility
36options 	COMPAT_30		# NetBSD 3.0 binary compatibility
37options 	COMPAT_40		# NetBSD 4.0 binary compatibility
38options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
39
40# Filesystems
41file-system	FFS		# Berkeley Fast Filesystem
42file-system	NFS		# Sun NFS-compatible filesystem client
43file-system	MFS		# memory-based filesystem
44file-system	CD9660		# ISO 9660 + Rock Ridge file system
45file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
46#file-system	PTYFS		# /dev/pts/N support
47
48# Filesystem options
49options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
50options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
51options 	WAPBL		# File system journaling support - Experimental
52
53# Networking options
54options 	INET		# Internet protocols
55#options 	INET6		# IPV6
56options 	NFS_BOOT_BOOTPARAM
57
58# wscons options
59options 	WSEMUL_VT100		# VT100 / VT220 emulation
60#options 	FONT_GALLANT12x22
61options 	FONT_SONY8x16
62
63config		netbsd	root on ? type ?
64
65mainbus0 at root
66
67cpu0	at mainbus0
68hb0	at mainbus0			# Hyper-bus
69ap0	at mainbus0			# APbus
70
71mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
72mkclock0 at ap?
73
74le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
75le1	at hb0 addr 0xb8c30000 level 0
76
77sn*	at ap?				# SONIC Ethernet
78tlp*	at ap?
79
80kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
81#ms0	at hb0 addr 0xbfd00004 level 2	# mouse
82
83zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
84zsc0	at ap?
85
86zstty0	at zsc0 channel 0		# tty00
87zstty1	at zsc0 channel 1		# tty01
88
89fb0	at hb0 addr 0x88000000		# frame buffer
90
91xafb*	at ap?
92kb0	at ap?
93#ms0	at ap?
94
95sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
96scsibus* at sc0
97
98dmac*	at ap?				# dmac3
99spifi*	at ap?				# SPIFI SCSI
100scsibus* at spifi?
101
102sd*	at scsibus? target ? lun ?	# SCSI disks
103st*	at scsibus? target ? lun ?	# SCSI tapes
104cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
105
106wsdisplay0 at fb? console ?
107wsdisplay0 at xafb? console ?
108wskbd0	at kb? console ?
109#wsmouse0 at ms?
110
111pseudo-device	loop			# loopback interface; required
112pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
113pseudo-device	md		1	# memory disk device
114#pseudo-device	fss		4	# file system snapshot device
115
116pseudo-device	rnd			# /dev/random and in-kernel generator
117