INSTALL revision 1.43
1#	$NetBSD: INSTALL,v 1.43 2008/05/30 20:10:01 tsutsui 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
19
20#options 	IPKDBUSERHACK	# Allow access to mapped memory via kgdb
21#options 	DEBUG_BY_TOOLS	# Allow debugging from toolsnet
22# HMAC key to be used for debugging sessions
23#options 	IPKDBKEY="\"HMAC pass phrase text\""
24#options 	IPKDBSECURE	# Allow debugging even when securelevel > 0
25#makeoptions	DEBUG="-g"
26
27#options 	DEBUG
28#options 	DIAGNOSTIC
29#options 	TRAP_PANICWAIT
30#options 	DDB
31#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
32#options 	KTRACE
33options 	USERCONF		# userconf(4) support
34options		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
35#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
36
37#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
38#options 	COMPAT_43
39#options 	COMPAT_09
40options 	COMPAT_10
41options 	COMPAT_12
42options 	COMPAT_13
43options 	COMPAT_14
44options 	COMPAT_15
45options 	COMPAT_16
46options 	COMPAT_20
47options 	COMPAT_30	# NetBSD 3.0 compatibility.
48options 	COMPAT_40	# NetBSD 4.0 compatibility.
49options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
50options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
51
52# File systems
53file-system 	FFS
54file-system	EXT2FS
55file-system 	MFS
56file-system 	NFS
57file-system 	CD9660
58file-system 	MSDOSFS
59#file-system 	FDESC
60file-system 	KERNFS
61#file-system 	NULLFS
62#file-system 	PORTAL
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
71
72#options 	NFSSERVER
73
74options 	INET
75
76#options 	NFS_BOOT_BOOTPARAM
77
78#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
79
80config		netbsd	root on ? type ffs
81
82#pseudo-device	vnd		
83#pseudo-device	fss		4	# file system snapshot device
84pseudo-device	md		1
85pseudo-device	loop
86#pseudo-device	bpfilter		# packet filter
87pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
88
89#
90# device
91#
92options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
93
94options 	PCIVERBOSE	# verbose PCI device messages
95#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
96
97mainbus0 at root
98
99cpu*	at mainbus0
100pci0	at mainbus0 bus ?
101
102ppb*	at pci? dev ? function ?	# PCI-PCI bridges
103pci*	at ppb? bus ?
104pchb*	at pci? dev ? function ?	# PCI-Host bridges
105pcib*	at pci? dev ? function ?	# PCI-ISA bridges
106
107isa*	at pcib?			# ISA on PCI-ISA bridge
108
109mcclock0 at isa? port 0x70		# generic time-of-day clock
110
111com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
112com1	at isa? port 0x2f8 irq 3
113#com2	at isa? port 0x380 irq 16
114#com3	at isa? port 0x388 irq 17
115
116lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
117#lpt1	at isa? port 0x278
118#lpt2	at isa? port 0x3bc
119
120#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
121#lms1	at isa? port 0x238 irq 5
122#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
123#mms1	at isa? port 0x238 irq 5
124
125#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
126#scsibus* at siop?
127
128#sd*	at scsibus? target ? lun ?	# SCSI disk drives
129#st*	at scsibus? target ? lun ?	# SCSI tape drives
130#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
131#ch*	at scsibus? target ? lun ?	# SCSI autochangers
132#ss*	at scsibus? target ? lun ?	# SCSI scanners
133#uk*	at scsibus? target ? lun ?	# SCSI unknown
134
135fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
136#fdc1	at isa? port 0x370 irq ? drq ?
137fd0	at fdc? drive 1
138#fd*	at fdc? drive ?
139
140wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
141atabus* at ata?
142wd*	at atabus? drive ?
143
144ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
145#ipkdbif0 at ne?
146
147#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
148#spkr0	at pckbd? port 0x61
149
150# Joystick driver. Probe is a little strange; add only if you have one.
151#joy0	at isa? port 0x201
152
153pseudo-device	rnd			# /dev/random and in-kernel generator
154