Home | History | Annotate | Line # | Download | only in conf
INSTALL revision 1.15
      1 #	$NetBSD: INSTALL,v 1.15 2002/01/27 13:23:13 jdolecek 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 options 	NEWPMAP
     32 options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
     33 
     34 #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     35 #options 	COMPAT_43
     36 #options 	COMPAT_09
     37 options 	COMPAT_10
     38 options 	COMPAT_12
     39 options 	COMPAT_13
     40 options 	COMPAT_14
     41 options 		COMPAT_386BSD_MBRPART	# recognize old partition ID
     42 
     43 # File systems
     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 # Filesystem options
     59 #options 	NFS_V2_ONLY	# Exclude NFS3 and NQNFS code to save space
     60 #options 	VNODE_OP_NOINLINE # Save space by not inlining vnode op calls
     61 
     62 #options 	NFSSERVER
     63 
     64 options 	INET
     65 
     66 #options 	NFS_BOOT_BOOTPARAM
     67 
     68 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     69 
     70 config		netbsd	root on ? type ffs
     71 
     72 #pseudo-device	vnd		4
     73 pseudo-device	md		1
     74 pseudo-device	loop
     75 #pseudo-device	bpfilter	8	# packet filter
     76 pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
     77 
     78 #
     79 # device
     80 #
     81 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     82 
     83 options 	PCIVERBOSE	# verbose PCI device messages
     84 #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
     85 
     86 mainbus0 at root
     87 
     88 cpu*	at mainbus0
     89 pci0	at mainbus0 bus ?
     90 
     91 ppb*	at pci? dev ? function ?	# PCI-PCI bridges
     92 pci*	at ppb? bus ?
     93 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     94 pcib*	at pci? dev ? function ?	# PCI-ISA bridges
     95 
     96 isa*	at pcib?			# ISA on PCI-ISA bridge
     97 
     98 pc0	at isa? port 0x60 irq 1		# generic PC console device
     99 
    100 com0	at isa? port 0x3f8 irq 4	# standard PC serial ports
    101 com1	at isa? port 0x2f8 irq 3
    102 #com2	at isa? port 0x380 irq 16
    103 #com3	at isa? port 0x388 irq 17
    104 
    105 lpt0	at isa? port 0x378 irq 7	# standard PC parallel ports
    106 #lpt1	at isa? port 0x278
    107 #lpt2	at isa? port 0x3bc
    108 
    109 #lms0	at isa? port 0x23c irq 5	# Logitech bus mouse
    110 #lms1	at isa? port 0x238 irq 5
    111 #mms0	at isa? port 0x23c irq 5	# Microsoft InPort mouse
    112 #mms1	at isa? port 0x238 irq 5
    113 #pms0	at pckbd? irq 12		# PS/2 auxiliary port mouse
    114 
    115 #siop*	at pci? dev ? function ?	# NCR 538XX SCSI controllers
    116 #scsibus* at siop?
    117 
    118 #sd*	at scsibus? target ? lun ?	# SCSI disk drives
    119 #st*	at scsibus? target ? lun ?	# SCSI tape drives
    120 #cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
    121 #ch*	at scsibus? target ? lun ?	# SCSI autochangers
    122 #ss*	at scsibus? target ? lun ?	# SCSI scanners
    123 #uk*	at scsibus? target ? lun ?	# SCSI unknown
    124 
    125 fdc0	at isa? port 0x3f0 irq 6 drq 2	# standard PC floppy controllers
    126 #fdc1	at isa? port 0x370 irq ? drq ?
    127 fd0	at fdc? drive 1
    128 #fd*	at fdc? drive ?
    129 
    130 wdc0	at isa? port 0x1f0 irq 14	# ST506, ESDI, and IDE controllers
    131 wd*	at wdc? drive ?
    132 
    133 ne0	at isa? port 0x300 irq 5	# NE[12]000 ethernet cards
    134 #ipkdbif0 at ne?
    135 
    136 #wss0	at isa? port 0x530 irq 10 drq 0	# Windows Sound System
    137 #spkr0	at pckbd? port 0x61
    138 
    139 # Joystick driver. Probe is a little strange; add only if you have one.
    140 #joy0	at isa? port 0x201
    141