INSTALL revision 1.1
1# 	$NetBSD: INSTALL,v 1.1 2000/03/04 19:30:17 tsubai Exp $
2#
3#	INSTALL kernel for RISC-NEWS
4
5include		"arch/newsmips/conf/std.newsmips"
6
7maxusers	16
8
9# Enable the hooks used for initializing the ram-disk.
10options 	MEMORY_DISK_HOOKS
11options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk
12options 	MINIROOTSIZE=4096	# 2 Megabytes
13
14options 	news3400
15options 	news5000
16options 	MIPS1			# R2000/R3000 support
17options 	MIPS3			# R4000 support
18options 	CPU_SINGLE		# no I/O processor
19
20# Compatibility options
21options 	COMPAT_43		# compatibility with 4.3BSD binaries
22options 	COMPAT_13		# NetBSD 1.3 binary compatibility
23options 	COMPAT_14		# NetBSD 1.4 binary compatibility
24
25# Filesystem options
26file-system	FFS		# Berkeley Fast Filesystem
27file-system	NFS		# Sun NFS-compatible filesystem client
28file-system	KERNFS		# kernel data-structure filesystem
29file-system	MFS		# memory-based filesystem
30file-system	CD9660		# ISO 9660 + Rock Ridge file system
31file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
32
33# Networking options
34options 	INET		# Internet protocols
35#options 	INET6		# IPV6
36options 	NFS_BOOT_BOOTPARAM
37
38config		netbsd	root on ? type ?
39
40mainbus0 at root
41
42cpu0	at mainbus0
43hb0	at mainbus0			# Hyper-bus
44ap0	at mainbus0			# APbus
45
46mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
47mkclock0 at ap?
48
49le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
50le1	at hb0 addr 0xb8c30000 level 0
51
52sn*	at ap?				# SONIC Ethernet
53
54kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
55ms0	at hb0 addr 0xbfd00004 level 2	# mouse
56
57zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
58zsc0	at ap?
59
60zstty0	at zsc0 channel 0		# tty00
61zstty1	at zsc0 channel 1		# tty01
62
63fb0	at hb0 addr 0x88000000		# frame buffer
64
65sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
66scsibus0 at sc0
67
68sd*	at scsibus? target ? lun ?	# SCSI disks
69st*	at scsibus? target ? lun ?	# SCSI tapes
70cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
71
72pseudo-device	loop			# loopback interface; required
73pseudo-device	pty		32	# pseudo-terminals
74pseudo-device	md		1	# memory disk device
75