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