INSTALL revision 1.44
1# 	$NetBSD: INSTALL,v 1.44 2014/08/23 20:26:59 dholland 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=5320	# 2.6 Megabytes
18options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
19
20options 	news3400
21options 	news5000
22options 	MIPS1			# R2000/R3000 support
23options 	MIPS3			# R4000 support
24options 	CPU_SINGLE		# no I/O processor
25
26options 	USERCONF		# userconf(4) support
27options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
28#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
29
30# Compatibility options
31#options 	COMPAT_43		# compatibility with 4.3BSD binaries
32#options 	COMPAT_13		# NetBSD 1.3,
33options 	COMPAT_14		# NetBSD 1.4,
34options 	COMPAT_15		# NetBSD 1.5,
35options 	COMPAT_16		# NetBSD 1.6,
36options 	COMPAT_20		# NetBSD 2.0,
37options 	COMPAT_30		# NetBSD 3.0, and
38options 	COMPAT_40		# NetBSD 4.0 binary compatibility
39options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
40
41# Filesystems
42file-system	FFS		# Berkeley Fast Filesystem
43file-system	NFS		# Sun NFS-compatible filesystem client
44file-system	MFS		# memory-based filesystem
45file-system	CD9660		# ISO 9660 + Rock Ridge file system
46file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
47#file-system	PTYFS		# /dev/pts/N support
48
49# Filesystem options
50options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
51options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
52options 	WAPBL		# File system journaling support
53
54# Networking options
55options 	INET		# Internet protocols
56#options 	INET6		# IPV6
57options 	NFS_BOOT_BOOTPARAM
58
59# wscons options
60options 	WSEMUL_VT100		# VT100 / VT220 emulation
61options 	WSDISPLAY_DEFAULTSCREENS=1
62#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
63#options 	FONT_GALLANT12x22
64options 	FONT_SONY8x16
65
66config		netbsd	root on ? type ?
67
68mainbus0 at root
69
70cpu0	at mainbus0
71hb0	at mainbus0			# Hyper-bus
72ap0	at mainbus0			# APbus
73
74mkclock0 at hb0 addr 0xbff40000		# MK48T02 realtime clock
75mkclock0 at ap?
76
77le0	at hb0 addr 0xbff80000 level 1	# built-in LANCE ethernet
78le1	at hb0 addr 0xb8c30000 level 0
79
80sn*	at ap?				# SONIC Ethernet
81tlp*	at ap?
82
83kb0	at hb0 addr 0xbfd00000 level 2	# keyboard
84#ms0	at hb0 addr 0xbfd00004 level 2	# mouse
85
86zsc0	at hb0 addr 0xbfec0000 level 1 flags 0x0	# on-board
87zsc0	at ap?
88
89zstty0	at zsc0 channel 0		# tty00
90zstty1	at zsc0 channel 1		# tty01
91
92fb0	at hb0 addr 0x88000000		# frame buffer
93
94xafb*	at ap?
95kb0	at ap?
96#ms0	at ap?
97
98sc0	at hb0 addr 0xbfe00100 level 0	# on-board cxd1185 SCSI controller
99scsibus* at sc0
100
101dmac*	at ap?				# dmac3
102spifi*	at ap?				# SPIFI SCSI
103scsibus* at spifi?
104
105sd*	at scsibus? target ? lun ?	# SCSI disks
106st*	at scsibus? target ? lun ?	# SCSI tapes
107cd*	at scsibus? target ? lun ?	# SCSI CD-ROMs
108
109wsdisplay0 at fb? console ?
110wsdisplay0 at xafb? console ?
111wskbd0	at kb? console ?
112#wsmouse0 at ms?
113
114pseudo-device	loop			# loopback interface; required
115pseudo-device	pty			# pseudo-terminals
116pseudo-device	md			# memory disk device
117#pseudo-device	fss			# file system snapshot device
118
119