INSTALL revision 1.5
1# $NetBSD: INSTALL,v 1.5 2002/04/12 08:11:18 gmcgarry Exp $ 2# 3# Shark installation kernel 4# 5 6include "arch/shark/conf/std.shark" 7 8# estimated number of users 9 10maxusers 32 11 12# Standard system options 13 14options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 15options HZ=64 16#options NTP # NTP phase/frequency locked loop 17options NMBCLUSTERS=1024 # XXX, temporarily required 18#options BOOT_QUIETLY # twiddle instead of normal boot msg output 19 20# CPU options 21 22options CPU_SA110 # Support the SA110 core 23makeoptions COPTS="-Os" 24 25# Architecture options 26 27options SHARK # We are a Shark 28options NSIO # We are using the National Semi SuperIO 29 30# compatibility with old version of OFW, which may have incorrect 31# properties and/or may set up devices incorrectly. 32options COMPAT_OLD_OFW 33 34# FPA options 35 36#options ARMFPE # ARM Ltd FPE 37 38# File systems 39 40file-system FFS # UFS 41#file-system LFS # log-structured file system 42file-system MFS # memory file system 43file-system NFS 44#file-system ADOSFS # AmigaDOS-compatible file system 45#file-system EXT2FS # second extended file system (linux) 46#file-system CD9660 # ISO 9660 + Rock Ridge file system 47file-system MSDOSFS # MS-DOS file system 48#file-system FDESC # /dev/fd 49#file-system FILECORE # Acorn filecore file system 50file-system KERNFS # /kern 51#file-system NULLFS # loopback file system 52#file-system PORTAL # portal filesystem (still experimental) 53#file-system PROCFS # /proc 54#file-system UMAPFS # NULLFS + uid and gid remapping 55#file-system UNION # union file system 56 57# File system options 58#options QUOTA # UFS quotas 59#options FFS_EI # FFS Endian Independant support 60#options NFSSERVER 61 62# Networking options 63 64#options GATEWAY # packet forwarding 65options INET # IP + ICMP + TCP + UDP 66#options MROUTING # IP multicast routing 67#options NS # XNS 68#options NSIP # XNS tunneling over IP 69#options ISO,TPIP # OSI 70#options EON # OSI tunneling over IP 71#options CCITT,LLC,HDLC # X.25 72#options NETATALK # AppleTalk networking 73#options PFIL_HOOKS # pfil(9) packet filter hooks (Required 74 # if you enable the pseudo-device ipl). 75 76#options PPP_BSDCOMP # BSD-Compress compression support for PPP 77#options PPP_DEFLATE # Deflate compression support for PPP 78#options PPP_FILTER # Active filter support for PPP (requires bpf) 79options NFS_BOOT_DHCP # use NetBSD standard DHCP/NFS boot code 80#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 81 82# Compatibility options 83 84#options COMPAT_43 # 4.3BSD compatibility. 85#options COMPAT_14 # NetBSD 1.4 compatibility. 86#options COMPAT_13 # NetBSD 1.3 compatibility. 87#options COMPAT_12 # NetBSD 1.2 compatibility. 88#options COMPAT_11 # NetBSD 1.1 compatibility. 89#options COMPAT_10 # NetBSD 1.0 compatibility. 90#options COMPAT_09 # NetBSD 0.9 compatibility. 91#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 92 93# Shared memory options 94 95#options SYSVMSG # System V-like message queues 96#options SYSVSEM # System V-like semaphores 97#options SYSVSHM # System V-like memory sharing 98#options SHMMAXPGS=1024 # 1024 pages is the default 99 100# Device options 101 102options MEMORY_DISK_HOOKS # boottime setup of ramdisk 103options MEMORY_DISK_IS_ROOT # use memory disk as root 104options MEMORY_DISK_ROOT_SIZE=7000 # Size in blocks (3.5MB) 105 106options XSERVER # also need INSECURE for now 107options INSECURE # disable kernel securelevel 108 109# Use the following to force the serial to always be the console 110# device. 19200 is what the serial gets set up as by the firmware 111# when it hasn't fallen back from PC. If it has fallen back then 112# the speed will be set at 9600. 113#options COMCONSOLE,CONADDR=0x3f8,CONUNIT=0,CONSPEED=19200 114 115# Miscellaneous kernel options 116#options KTRACE # system call tracing, a la ktrace(1) 117#options IRQSTATS # manage IRQ statistics, XXX temp required 118#options LKM # loadable kernel modules 119#options KMEMSTATS # kernel memory statistics, XXX temp required 120#options USERCONF # userconf(4) support 121options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 122 123# Development and Debugging options 124 125#options ARM700BUGTRACK # track the ARM700 swi bug 126#options PORTMASTER # Enable PortMaster only options 127#options DIAGNOSTIC # internal consistency checks 128#options PMAP_DEBUG # Enable pmap_debug_level code 129#options IPKDB # remote kernel debugging 130options DDB # in-kernel debugger 131#options DDB_ONPANIC=0 # don't run DDB at panictime 132#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 133#options KERNEL_DEBUG # compile in kernel debuging capability 134#makeoptions DEBUG="-g" # compile full symbol table 135 136config netbsd root on ? type ffs # root on miniroot 137 138# The main bus device 139mainbus0 at root 140 141# The boot cpu 142cpu0 at mainbus? 143 144# Open Firmware devices 145ofbus* at root 146ofbus* at ofbus? 147#ofdisk* at ofbus? 148#ofnet* at ofbus? # don't use with cs0 149#ofcons* at ofbus? # don't use with pc0 150ofrtc* at ofisa? 151ofrom* at ofbus? 152 153ofisa* at ofbus? 154ofbus* at ofisa? 155 156# IDE/ATA disk 157wdc* at ofisa? 158wd* at wdc? drive ? 159 160atapibus* at wdc? 161cd* at atapibus? drive? 162sd* at atapibus? drive? 163 164# PCCONS@OFW 165ofisapc* at ofbus? 166pc* at ofisapc? 167 168# PS/2 Mouse 169opms0 at spckbd? irq 12 170 171# CS8900 Ethernet@OFW 172cs* at ofisa? 173 174# Serial @OFW 175com* at ofisa? 176 177# Parallel @OFW 178lpt* at ofisa? 179 180# Smart Card 181ofisascr* at ofisa? 182scr* at ofisascr? 183 184# ESS Sound@OFW 185#ess* at ofisa? 186#audio* at ess? 187#opl* at ess? 188#midi* at opl? 189 190# Joystick @OFW 191#joy* at ofisa? 192 193pseudo-device loop 1 # network loopback 194pseudo-device bpfilter 8 # packet filter 195#pseudo-device sl 2 # CSLIP 196#pseudo-device ppp 2 # PPP 197#pseudo-device tun 2 # network tunneling over tty 198#pseudo-device ipfilter 1 # ip filter 199 200pseudo-device pty # pseudo-terminals 201#pseudo-device tb 1 # tablet line discipline 202#pseudo-device vnd 4 # disk-like interface to files 203#pseudo-device ccd 2 # concatenated disk devices 204pseudo-device rnd # /dev/random and /dev/urandom 205 206pseudo-device md 1 # Ramdisk driver 207#pseudo-device profiler 1 # fiq based profiling device 208#pseudo-device sequencer 1 # MIDI sequencer 209