INSTALL revision 1.30
1#	$NetBSD: INSTALL,v 1.30 2005/02/18 21:05:51 dsl 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
36options 	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
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_386BSD_MBRPART	# recognize old partition ID
46options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
47
48# File systems
49file-system 	FFS
50file-system	EXT2FS
51file-system 	MFS
52file-system 	NFS
53file-system 	CD9660
54file-system 	MSDOSFS
55#file-system 	FDESC
56file-system 	KERNFS
57#file-system 	NULLFS
58#file-system 	PORTAL
59#file-system 	PROCFS
60#file-system 	UMAPFS
61#file-system 	UNION
62
63# Filesystem options
64#options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
65options 	VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
66options 	FFS_NO_SNAPSHOT	# No FFS snapshots
67
68#options 	NFSSERVER
69
70options 	INET
71
72#options 	NFS_BOOT_BOOTPARAM
73
74#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
75
76config		netbsd	root on ? type ffs
77
78#pseudo-device	vnd		4
79#pseudo-device	fss		4	# file system snapshot device
80pseudo-device	md		1
81pseudo-device	loop
82#pseudo-device	bpfilter	8	# packet filter
83pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
84
85#
86# device
87#
88options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
89
90options 	PCIVERBOSE	# verbose PCI device messages
91#options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
92
93mainbus0 at root
94
95cpu*	at mainbus0
96pci0	at mainbus0 bus ?
97
98ppb*	at pci? dev ? function ?	# PCI-PCI bridges
99pci*	at ppb? bus ?
100pchb*	at pci? dev ? function ?	# PCI-Host bridges
101pcib*	at pci? dev ? function ?	# PCI-ISA bridges
102
103isa*	at pcib?			# ISA on PCI-ISA bridge
104
105pc0	at isa? port 0x60 irq 1		# generic PC console device
106
107com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
108com1	at isa? port 0x2f8 irq 3
109#com2	at isa? port 0x380 irq 16
110#com3	at isa? port 0x388 irq 17
111
112lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
113#lpt1	at isa? port 0x278
114#lpt2	at isa? port 0x3bc
115
116#lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
117#lms1	at isa? port 0x238 irq 5
118#mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
119#mms1	at isa? port 0x238 irq 5
120
121#siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
122#scsibus* at siop?
123
124#sd*	at scsibus? target ? lun ?	# SCSI disk drives
125#st*	at scsibus? target ? lun ?	# SCSI tape drives
126#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
127#ch*	at scsibus? target ? lun ?	# SCSI autochangers
128#ss*	at scsibus? target ? lun ?	# SCSI scanners
129#uk*	at scsibus? target ? lun ?	# SCSI unknown
130
131fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
132#fdc1	at isa? port 0x370 irq ? drq ?
133fd0	at fdc? drive 1
134#fd*	at fdc? drive ?
135
136wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
137atabus* at ata?
138wd*	at atabus? drive ?
139
140ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
141#ipkdbif0 at ne?
142
143#wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
144#spkr0	at pckbd? port 0x61
145
146# Joystick driver. Probe is a little strange; add only if you have one.
147#joy0	at isa? port 0x201
148
149pseudo-device	rnd			# /dev/random and in-kernel generator
150