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