INSTALL revision 1.60
1#	$NetBSD: INSTALL,v 1.60 2017/02/19 07:47:00 rin Exp $
2#
3# First try for BeBox config file
4#
5
6include "arch/bebox/conf/std.bebox"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10maxusers	32
11
12makeoptions	COPTS="-Os"		# Optimise for space. Implies -O2
13
14# Enable the hooks used for initializing the root memory-disk.
15options 	MEMORY_DISK_HOOKS
16options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
17options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
18options 	MEMORY_DISK_ROOT_SIZE=4096	# size of memory disk, in blocks
19options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
20
21#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
22#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
23# HMAC key to be used for debugging sessions
24#options 	IPKDBKEY="\"HMAC pass phrase text\""
25#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
26#makeoptions	DEBUG="-g"
27
28#options 	DEBUG
29#options 	DIAGNOSTIC
30#options 	TRAP_PANICWAIT
31#options 	DDB
32#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
33#options 	KTRACE
34options 	USERCONF		# userconf(4) support
35options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
36#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
37
38#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
39#options 	COMPAT_43	# 4.3BSD binary compatibility
40#options 	COMPAT_09	# NetBSD 0.9,
41#options 	COMPAT_10	# NetBSD 1.0,
42#options 	COMPAT_12	# NetBSD 1.2,
43#options 	COMPAT_13	# NetBSD 1.3,
44#options 	COMPAT_14	# NetBSD 1.4,
45#options 	COMPAT_15	# NetBSD 1.5,
46#options 	COMPAT_16	# NetBSD 1.6,
47#options 	COMPAT_20	# NetBSD 2.0,
48#options 	COMPAT_30	# NetBSD 3.0, and
49#options 	COMPAT_40	# NetBSD 4.0 binary compatibility.
50#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
51#options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
52
53# File systems
54file-system 	FFS
55#file-system	EXT2FS
56file-system 	MFS
57file-system 	NFS
58file-system 	CD9660
59file-system 	MSDOSFS
60#file-system 	FDESC
61file-system 	KERNFS
62#file-system 	NULLFS
63#file-system 	PROCFS
64#file-system 	UMAPFS
65#file-system 	UNION
66file-system	PTYFS		# /dev/pts/N support
67#file-system	TMPFS
68
69# Filesystem options
70#options 	DISKLABEL_EI	# disklabel Endian Independent support
71#options 	FFS_EI		# FFS Endian Independent support
72options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
73#options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
74#options 	WAPBL		# File system journaling support
75
76#options 	NFSSERVER
77
78options 	INET
79
80options 	NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
81
82#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
83
84# wscons options
85# builtin terminal emulations
86#options 	WSEMUL_SUN		# sun terminal emulation
87options 	WSEMUL_VT100		# VT100 / VT220 emulation
88options 	WS_DEFAULT_FG=WSCOL_LIGHT_WHITE
89# compatibility to other console drivers
90options 	WSDISPLAY_COMPAT_USL	# wsconscfg VT handling
91options 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
92
93config		netbsd	root on ? type ffs
94
95#
96# device
97#
98options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
99
100#options 	PCIVERBOSE	# verbose PCI device messages
101#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
102
103mainbus0 at root
104
105cpu*	at mainbus0
106pci0	at mainbus0 bus ?
107
108#ppb*	at pci? dev ? function ?	# PCI-PCI bridges
109#pci*	at ppb? bus ?
110pchb*	at pci? dev ? function ?	# PCI-Host bridges
111pcib*	at pci? dev ? function ?	# PCI-ISA bridges
112
113isa*	at pcib?			# ISA on PCI-ISA bridge
114
115# Console Devices
116
117# wscons
118pckbc0		at isa?			# pc keyboard controller
119pckbd*		at pckbc?		# PC keyboard
120#pms*		at pckbc?		# PS/2 mouse for wsmouse
121#options	PMS_DISABLE_POWERHOOK	# Disable PS/2 reset on resume
122#options 	PMS_SYNAPTICS_TOUCHPAD	# Enable support for Synaptics Touchpads
123genfb*		at pci? dev ? function ?
124options 	WSFB_FAKE_VGA_FB
125vga*		at pci? dev ? function ?
126wsdisplay*	at vga? console ?
127wskbd*		at pckbd? console ?
128#wsmouse*	at pms? mux 0
129
130# make sure the console display is always wsdisplay0
131wsdisplay0	at wsemuldisplaydev? console 1
132wsdisplay*	at wsemuldisplaydev?
133
134com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
135com1	at isa? port 0x2f8 irq 3
136#com2	at isa? port 0x380 irq 16
137#com3	at isa? port 0x388 irq 17
138
139#lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
140
141mcclock0 at isa? port 0x70		# time-of-day clock
142attimer0 at isa?
143
144siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
145scsibus* at siop?
146
147sd*	at scsibus? target ? lun ?	# SCSI disk drives
148#st*	at scsibus? target ? lun ?	# SCSI tape drives
149cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
150#ch*	at scsibus? target ? lun ?	# SCSI autochangers
151#ss*	at scsibus? target ? lun ?	# SCSI scanners
152#uk*	at scsibus? target ? lun ?	# SCSI unknown
153
154fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
155#fdc1	at isa? port 0x370 irq ? drq ?
156fd0	at fdc? drive 1
157#fd*	at fdc? drive ?
158
159wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
160atabus* at ata?
161wd*	at atabus? drive ?
162
163# ATAPI bus support
164atapibus* at atapi?
165
166# ATAPI devices
167# flags have the same meaning as for IDE drives.
168cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
169#sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
170#st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
171#uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
172
173# Network devices
174ec0	at isa? port 0x250 iomem 0xd8000 irq 9	# 3Com 3c503 Ethernet
175ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
176fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
177ne*	at pci? dev ? function ?	# NE2000-compatible Ethernet
178tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
179
180# MII/PHY support
181ukphy*  at mii? phy ?                   # generic unknown PHYs
182
183#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
184#spkr*	at pcppi?
185
186# Joystick driver. Probe is a little strange; add only if you have one.
187#joy0	at isa? port 0x201
188
189#pseudo-device	vnd		
190#pseudo-device	fss			# file system snapshot device
191pseudo-device	md		
192pseudo-device	loop
193#pseudo-device	bpfilter		# packet filter
194pseudo-device	pty			# pseudo-terminals
195