INSTALL revision 1.48
1#	$NetBSD: INSTALL,v 1.48 2010/04/16 13:48:29 pooka 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=3074	# 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
40#options 	COMPAT_09
41options 	COMPAT_10
42options 	COMPAT_12
43options 	COMPAT_13
44options 	COMPAT_14
45options 	COMPAT_15
46options 	COMPAT_16
47options 	COMPAT_20
48options 	COMPAT_30	# NetBSD 3.0 compatibility.
49options 	COMPAT_40	# NetBSD 4.0 compatibility.
50options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
51options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
52
53# File systems
54file-system 	FFS
55file-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
68# Filesystem options
69#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
70options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
71options 	WAPBL		# File system journaling support - Experimental
72
73#options 	NFSSERVER
74
75options 	INET
76
77#options 	NFS_BOOT_BOOTPARAM
78
79#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
80
81config		netbsd	root on ? type ffs
82
83#pseudo-device	vnd		
84#pseudo-device	fss			# file system snapshot device
85pseudo-device	md		1
86pseudo-device	loop
87#pseudo-device	bpfilter		# packet filter
88pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
89
90#
91# device
92#
93options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
94
95options 	PCIVERBOSE	# verbose PCI device messages
96#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
97
98mainbus0 at root
99
100cpu*	at mainbus0
101pci0	at mainbus0 bus ?
102
103ppb*	at pci? dev ? function ?	# PCI-PCI bridges
104pci*	at ppb? bus ?
105pchb*	at pci? dev ? function ?	# PCI-Host bridges
106pcib*	at pci? dev ? function ?	# PCI-ISA bridges
107
108isa*	at pcib?			# ISA on PCI-ISA bridge
109
110mcclock0 at isa? port 0x70		# generic time-of-day clock
111
112com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
113com1	at isa? port 0x2f8 irq 3
114#com2	at isa? port 0x380 irq 16
115#com3	at isa? port 0x388 irq 17
116
117lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
118#lpt1	at isa? port 0x278
119#lpt2	at isa? port 0x3bc
120
121#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
122#lms1	at isa? port 0x238 irq 5
123#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
124#mms1	at isa? port 0x238 irq 5
125
126#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
127#scsibus* at siop?
128
129#sd*	at scsibus? target ? lun ?	# SCSI disk drives
130#st*	at scsibus? target ? lun ?	# SCSI tape drives
131#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
132#ch*	at scsibus? target ? lun ?	# SCSI autochangers
133#ss*	at scsibus? target ? lun ?	# SCSI scanners
134#uk*	at scsibus? target ? lun ?	# SCSI unknown
135
136fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
137#fdc1	at isa? port 0x370 irq ? drq ?
138fd0	at fdc? drive 1
139#fd*	at fdc? drive ?
140
141wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
142atabus* at ata?
143wd*	at atabus? drive ?
144
145ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
146#ipkdbif0 at ne?
147
148#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
149#spkr0	at pckbd? port 0x61
150
151# Joystick driver. Probe is a little strange; add only if you have one.
152#joy0	at isa? port 0x201
153
154pseudo-device	rnd			# /dev/random and in-kernel generator
155