xref: /netbsd/sys/arch/newsmips/conf/INSTALL (revision c4a72b64)
1# 	$NetBSD: INSTALL,v 1.16 2002/09/18 02:44:04 lukem 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)
27options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
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
33
34# Filesystems
35file-system	FFS		# Berkeley Fast Filesystem
36file-system	NFS		# Sun NFS-compatible filesystem client
37file-system	MFS		# memory-based filesystem
38file-system	CD9660		# ISO 9660 + Rock Ridge file system
39file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
40
41# Filesystem options
42options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
43options 	VNODE_OP_NOINLINE	# Not inlining vnode op calls saves mem
44
45# Networking options
46options 	INET		# Internet protocols
47#options 	INET6		# IPV6
48options 	NFS_BOOT_BOOTPARAM
49
50# wscons options
51options 	WSEMUL_VT100		# VT100 / VT220 emulation
52#options 	FONT_GALLANT12x22
53options 	FONT_SONY8x16
54
55config		netbsd	root on ? type ?
56
57mainbus0 at root
58
59cpu0	at mainbus0
60hb0	at mainbus0			# Hyper-bus
61ap0	at mainbus0			# APbus
62
63mkclock0 at hb0 addr 0xbff407f8		# MK48T02 realtime clock
64mkclock0 at ap?
65
66le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
67le1	at hb0 addr 0xb8c30000 level 0
68
69sn*	at ap?				# SONIC Ethernet
70tlp*	at ap?
71
72kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
73#ms0	at hb0 addr 0xbfd00004 level 2	# mouse
74
75zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
76zsc0	at ap?
77
78zstty0	at zsc0 channel 0		# tty00
79zstty1	at zsc0 channel 1		# tty01
80
81fb0	at hb0 addr 0x88000000		# frame buffer
82
83xafb*	at ap?
84kb0	at ap?
85#ms0	at ap?
86
87sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
88scsibus0 at sc0
89
90dmac*	at ap?				# dmac3
91spifi*	at ap?				# SPIFI SCSI
92scsibus* at spifi?
93
94sd*	at scsibus? target ? lun ?	# SCSI disks
95st*	at scsibus? target ? lun ?	# SCSI tapes
96cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
97
98wsdisplay0 at fb? console ?
99wsdisplay0 at xafb? console ?
100wskbd0	at kb? console ?
101#wsmouse0 at ms?
102
103pseudo-device	loop			# loopback interface; required
104pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
105pseudo-device	md		1	# memory disk device
106