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