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