INSTALL revision 1.9 1 # $NetBSD: INSTALL,v 1.9 2000/10/02 18:43:35 abs Exp $
2 #
3 # First try for BEBOX config file
4 #
5
6 include "arch/bebox/conf/std.bebox"
7
8 maxusers 32
9
10 makeoptions COPTS="-Os" # Optimise for space. Implies -O2
11
12 # Enable the hooks used for initializing the root memory-disk.
13 options MEMORY_DISK_HOOKS
14 options MEMORY_DISK_IS_ROOT # force root on memory disk
15 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
16 options MINIROOTSIZE=3074 # size of memory disk, in blocks
17
18 #options IPKDBUSERHACK # Allow access to mapped memory via kgdb
19 #options DEBUG_BY_TOOLS # Allow debugging from toolsnet
20 # HMAC key to be used for debugging sessions
21 #options IPKDBKEY="\"HMAC pass phrase text\""
22 #options IPKDBSECURE # Allow debugging even when securelevel > 0
23 #makeoptions DEBUG="-g"
24
25 #options DEBUG
26 #options DIAGNOSTIC
27 #options TRAP_PANICWAIT
28 #options DDB
29 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
30 #options KTRACE
31
32 options TCP_COMPAT_42
33 #options COMPAT_43
34 #options COMPAT_09
35 options COMPAT_10
36 options COMPAT_12
37 options COMPAT_13
38 options COMPAT_14
39 options COMPAT_386BSD_MBRPART # recognize old partition ID
40
41 # File systems
42 file-system FFS
43 file-system EXT2FS
44 file-system MFS
45 file-system NFS
46 file-system CD9660
47 file-system MSDOSFS
48 #file-system FDESC
49 file-system KERNFS
50 #file-system NULLFS
51 #file-system PORTAL
52 #file-system PROCFS
53 #file-system UMAPFS
54 #file-system UNION
55
56 # Filesystem options
57 #options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
58 #options VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
59
60 #options NFSSERVER
61
62 options INET
63
64 #options NFS_BOOT_BOOTPARAM
65
66 config netbsd root on ? type ffs
67
68 #pseudo-device vnd 4
69 pseudo-device md 1
70 pseudo-device loop
71 #pseudo-device bpfilter 8 # packet filter
72 pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
73
74 #
75 # device
76 #
77 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
78
79 options PCIVERBOSE # verbose PCI device messages
80 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
81
82 mainbus0 at root
83
84 pci0 at mainbus0 bus ?
85
86 ppb* at pci? dev ? function ? # PCI-PCI bridges
87 pci* at ppb? bus ?
88 pchb* at pci? dev ? function ? # PCI-Host bridges
89 pcib* at pci? dev ? function ? # PCI-ISA bridges
90
91 isa* at pcib? # ISA on PCI-ISA bridge
92
93 pc0 at isa? port 0x60 irq 1 # generic PC console device
94
95 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
96 com1 at isa? port 0x2f8 irq 3
97 #com2 at isa? port 0x380 irq 16
98 #com3 at isa? port 0x388 irq 17
99
100 lpt0 at isa? port 0x378 irq 7 # standard PC parallel ports
101 #lpt1 at isa? port 0x278
102 #lpt2 at isa? port 0x3bc
103
104 #lms0 at isa? port 0x23c irq 5 # Logitech bus mouse
105 #lms1 at isa? port 0x238 irq 5
106 #mms0 at isa? port 0x23c irq 5 # Microsoft InPort mouse
107 #mms1 at isa? port 0x238 irq 5
108 #pms0 at pckbd? irq 12 # PS/2 auxiliary port mouse
109
110 #ncr* at pci? dev ? function ? # NCR 538XX SCSI controllers
111 #scsibus* at ncr?
112
113 #sd* at scsibus? target ? lun ? # SCSI disk drives
114 #st* at scsibus? target ? lun ? # SCSI tape drives
115 #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
116 #ch* at scsibus? target ? lun ? # SCSI autochangers
117 #ss* at scsibus? target ? lun ? # SCSI scanners
118 #uk* at scsibus? target ? lun ? # SCSI unknown
119
120 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
121 #fdc1 at isa? port 0x370 irq ? drq ?
122 fd0 at fdc? drive 1
123 #fd* at fdc? drive ?
124
125 wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers
126 wd* at wdc? drive ?
127
128 ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards
129 #ipkdbif0 at ne?
130
131 #wss0 at isa? port 0x530 irq 10 drq 0 # Windows Sound System
132 #spkr0 at pckbd? port 0x61
133
134 # Joystick driver. Probe is a little strange; add only if you have one.
135 #joy0 at isa? port 0x201
136