INSTALL revision 1.59
11.59Sbouyer# $NetBSD: INSTALL,v 1.59 2011/03/06 17:08:18 bouyer Exp $ 21.1Sreinoud# 31.1Sreinoud# INSTALL -- NetBSD/acorn32 install configuration 41.1Sreinoud# 51.1Sreinoud# This machine description file is used to generate the default NetBSD 61.1Sreinoud# kernel. The generic kernel does not include all options, subsystems 71.1Sreinoud# and device drivers, but should be useful for most applications. 81.1Sreinoud# 91.1Sreinoud# The machine description file can be customised for your specific 101.1Sreinoud# machine to reduce the kernel size and improve its performance. 111.1Sreinoud# 121.1Sreinoud# For further information on compiling NetBSD kernels, see the config(8) 131.1Sreinoud# man page. 141.1Sreinoud# 151.1Sreinoud# For further information on hardware support for this architecture, see 161.1Sreinoud# the intro(4) man page. For further information about kernel options 171.1Sreinoud# for this architecture, see the options(4) man page. For an explanation 181.1Sreinoud# of each device driver in this file see the section 4 man page for the 191.1Sreinoud# device. 201.1Sreinoud 211.1Sreinoudinclude "arch/acorn32/conf/std.acorn32" 221.1Sreinoud 231.10Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 241.10Satatat 251.59Sbouyer#ident "INSTALL-$Revision: 1.59 $" 261.1Sreinoud 271.1Sreinoud# estimated number of users 281.1Sreinoudmaxusers 32 291.1Sreinoud 301.1Sreinoud# Standard system options 311.1Sreinoud 321.1Sreinoudoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 331.1Sreinoud#options NTP # NTP phase/frequency locked loop 341.1Sreinoud 351.1Sreinoud# CPU options 361.1Sreinoudoptions CPU_SA110 # Support the SA110 core 371.1Sreinoudoptions CPU_ARM6 # Support the ARM6 core 381.1Sreinoudoptions CPU_ARM7 # Support the ARM7 core 391.1Sreinoud#options CPU_ARM8 # Support the ARM8 core 401.1Sreinoud#options ARM6_LATE_ABORT # ARM6XX late abort support 411.1Sreinoud 421.3Sreinoud# For StrongARM only kernels 431.3Sreinoud#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm" 441.1Sreinoud 451.1Sreinoud# FPA options 461.1Sreinoud#options ARMFPE # ARM Ltd FPE 471.1Sreinoud 481.1Sreinoud# File systems 491.1Sreinoud 501.1Sreinoudfile-system FFS # UFS 511.1Sreinoud#file-system LFS # log-structured file system 521.1Sreinoud#file-system MFS # memory file system 531.1Sreinoudfile-system NFS # Network file system 541.1Sreinoud#file-system ADOSFS # AmigaDOS-compatible file system 551.1Sreinoud#file-system EXT2FS # second extended file system (linux) 561.1Sreinoudfile-system CD9660 # ISO 9660 + Rock Ridge file system 571.1Sreinoudfile-system MSDOSFS # MS-DOS file system 581.1Sreinoud#file-system FDESC # /dev/fd 591.1Sreinoudfile-system FILECORE # Acorn filecore file system 601.1Sreinoudfile-system KERNFS # /kern 611.1Sreinoud#file-system NULLFS # loopback file system 621.1Sreinoud#file-system OVERLAY # overlay filesystem 631.1Sreinoud#file-system PROCFS # /proc 641.1Sreinoud#file-system UMAPFS # NULLFS + uid and gid remapping 651.1Sreinoud#file-system UNION # union file system 661.34Schristosfile-system PTYFS # /dev/pts/N support 671.1Sreinoud 681.1Sreinoud# File system options 691.59Sbouyer#options QUOTA # legacy UFS quotas 701.59Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 711.1Sreinoud#options FFS_EI # FFS Endian Independant support 721.49Ssimonboptions WAPBL # File system journaling support - Experimental 731.1Sreinoud#options NFSSERVER 741.35Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 751.1Sreinoud 761.1Sreinoud# Networking options 771.1Sreinoud 781.1Sreinoud#options GATEWAY # packet forwarding 791.1Sreinoudoptions INET # IP + ICMP + TCP + UDP 801.1Sreinoud#options INET6 # IPV6 811.1Sreinoud#options IPSEC # IP security 821.1Sreinoud#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 831.32Stron#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 841.1Sreinoud#options IPSEC_DEBUG # debug for IP security 851.1Sreinoud#options MROUTING # IP multicast routing 861.25Smanu#options PIM # Protocol Independent Multicast 871.1Sreinoud#options ISO,TPIP # OSI 881.1Sreinoud#options EON # OSI tunneling over IP 891.1Sreinoud#options NETATALK # AppleTalk networking 901.1Sreinoud#options PFIL_HOOKS # pfil(9) packet filter hooks 911.1Sreinoud#options PPP_BSDCOMP # BSD-Compress compression support for PPP 921.1Sreinoud#options PPP_DEFLATE # Deflate compression support for PPP 931.1Sreinoud#options PPP_FILTER # Active filter support for PPP (requires bpf) 941.1Sreinoud#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 951.1Sreinoud 961.1Sreinoud# Compatibility options 971.1Sreinoud 981.1Sreinoud#options COMPAT_43 # 4.3BSD compatibility. 991.48Stsutsuioptions COMPAT_40 # NetBSD 4.0 compatibility. 1001.33Schristosoptions COMPAT_30 # NetBSD 3.0 compatibility. 1011.27Sreinoudoptions COMPAT_20 # NetBSD 2.0 compatibility. 1021.14Schrisoptions COMPAT_16 # NetBSD 1.6 compatibility. 1031.1Sreinoudoptions COMPAT_15 # NetBSD 1.5 compatibility. 1041.1Sreinoudoptions COMPAT_14 # NetBSD 1.4 compatibility. 1051.1Sreinoudoptions COMPAT_13 # NetBSD 1.3 compatibility. 1061.1Sreinoudoptions COMPAT_12 # NetBSD 1.2 compatibility. 1071.1Sreinoud#options COMPAT_11 # NetBSD 1.1 compatibility. 1081.1Sreinoud#options COMPAT_10 # NetBSD 1.0 compatibility. 1091.1Sreinoud#options COMPAT_09 # NetBSD 0.9 compatibility. 1101.1Sreinoud#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 1111.26Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 1121.1Sreinoud 1131.1Sreinoud# Shared memory options 1141.1Sreinoud 1151.1Sreinoud#options SYSVMSG # System V-like message queues 1161.1Sreinoud#options SYSVSEM # System V-like semaphores 1171.1Sreinoud#options SEMMNI=10 # number of semaphore identifiers 1181.1Sreinoud#options SEMMNS=60 # number of semaphores in system 1191.1Sreinoud#options SEMUME=10 # max number of undo entries per process 1201.1Sreinoud#options SEMMNU=30 # number of undo structures in system 1211.1Sreinoud#options SYSVSHM # System V-like memory sharing 1221.1Sreinoud 1231.1Sreinoud# Device options 1241.1Sreinoud 1251.1Sreinoudoptions MEMORY_DISK_HOOKS # boottime setup of ramdisk 1261.56Sheoptions MEMORY_DISK_ROOT_SIZE=4700 # Size in blocks 1271.1Sreinoudoptions MEMORY_DISK_IS_ROOT # use memory disk as root 1281.52Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 1291.1Sreinoud 1301.1Sreinoud# Miscellaneous kernel options 1311.1Sreinoud#options KTRACE # system call tracing, a la ktrace(1) 1321.1Sreinoud#options IRQSTATS # manage IRQ statistics 1331.1Sreinoud#options KMEMSTATS # kernel memory statistics 1341.1Sreinoud#options SCSIVERBOSE # Verbose SCSI errors 1351.13Slukemoptions USERCONF # userconf(4) support 1361.11Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1371.24Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1381.1Sreinoud 1391.1Sreinoud# Development and Debugging options 1401.1Sreinoud 1411.1Sreinoud#options ARM700BUGTRACK # track the ARM700 swi bug 1421.1Sreinoud#options PORTMASTER # Enable PortMaster only options 1431.1Sreinoudoptions DIAGNOSTIC # internal consistency checks 1441.1Sreinoud#options PMAP_DEBUG # Enable pmap_debug_level code 1451.1Sreinoudoptions DDB # in-kernel debugger 1461.1Sreinoud#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1471.1Sreinoud#makeoptions DEBUG="-g" # compile full symbol table 1481.1Sreinoud 1491.1Sreinoudconfig netbsd root on ? type ffs 1501.1Sreinoud 1511.1Sreinoud# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset 1521.1Sreinoud# this really be fixed some day 1531.1Sreinoud#options COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600 1541.1Sreinoud 1551.1Sreinoud# The main bus device 1561.1Sreinoudmainbus0 at root 1571.1Sreinoud 1581.20Swiz# The boot CPU 1591.1Sreinoudcpu0 at mainbus? 1601.1Sreinoud 1611.1Sreinoud# The IOMD 1621.1Sreinoudiomd0 at mainbus? 1631.1Sreinoud 1641.1Sreinoud# system clock via IOMD 1651.1Sreinoudclock* at iomd? 1661.1Sreinoud 1671.1Sreinoud# IIC bus device 1681.15Sthorpejiomdiic* at iomd? 1691.15Sthorpejiic0 at iomdiic? 1701.1Sreinoud 1711.1Sreinoud# RTC device via IIC bus 1721.15Sthorpejpcfrtc* at iic? addr 0x50 1731.1Sreinoud 1741.1Sreinoud# VIDC device 1751.1Sreinoudvidc0 at mainbus? 1761.1Sreinoud 1771.3Sreinoud# WSCONS 1781.3Sreinoud# ws console uses DUMB, SUN or VT100 terminal emulation 1791.3Sreinoud#options WSEMUL_NODUMB 1801.3Sreinoud#options WSEMUL_SUN 1811.3Sreinoudoptions WSEMUL_VT100 1821.3Sreinoud 1831.3Sreinoud#options WSDISPLAY_COMPAT_RAWKBD 1841.3Sreinoud 1851.3Sreinoud#options FONT_BOLD8x16 1861.3Sreinoud#options FONT_GALLANT12x22 # Very nice font 1871.3Sreinoud#options FONT_LUCIDA16x29 1881.3Sreinoud#options FONT_OMRON12x20 # looks funny 1891.3Sreinoud#options FONT_QVSS8x15 # broken ? 1901.3Sreinoudoptions FONT_SONY12x25 # looks like VT220 font 1911.6Sreinoud#options FONT_SONY8x16 # not tested 1921.3Sreinoud#options FONT_VT220L8x8 # 8x8 font as in Arch. cons 1931.3Sreinoud#options FONT_VT220L8x16 # 8x(2x8) font as in Arch. cons 1941.3Sreinoud#options FONT_VT220L8x10 # not tested 1951.3Sreinoud#options FONT_VT220L8x20 # not tested 1961.3Sreinoud 1971.3Sreinoudvidcvideo0 at vidc? # wscons driver for VIDC 1981.3Sreinoudwsdisplay* at vidcvideo? console ? # display itself 1991.3Sreinoud 2001.21Sbjh21iomdkbc* at iomd? # IOMD keyboard/mouse interface 2011.21Sbjh21 2021.40Sbjh21pckbd* at iomdkbc? slot ? # PS/2 keyboard 2031.40Sbjh21options PCKBD_LAYOUT=KB_UK 2041.40Sbjh21wskbd* at pckbd? 2051.21Sbjh21 2061.21Sbjh21pms* at iomdkbc? slot ? # PS/2 mouse 2071.21Sbjh21wsmouse* at pms? 2081.21Sbjh21 2091.22Sbjh21qms* at iomd? # ws quadmouse driver 2101.22Sbjh21wsmouse* at qms? # wsmouse on ws quadmouse 2111.3Sreinoud 2121.3Sreinoudpseudo-device wsmux 2131.3Sreinoud 2141.1Sreinoud 2151.1Sreinoud# Peripheral IO Controller 2161.1Sreinoudpioc0 at mainbus? base 0x00210000 2171.1Sreinoud 2181.1Sreinoud# IDE disk controller 2191.1Sreinoudwdc0 at pioc? offset 0x01f0 irq 9 2201.1Sreinoud#wdc* at pioc? offset 0x0170 irq -1 2211.17Slukem 2221.17Slukem# ATA (IDE) bus support 2231.17Slukematabus* at ata? 2241.16Sbouyer 2251.16Sbouyerwd* at atabus? drive ? 2261.17Slukematapibus* at atapi? 2271.1Sreinoudcd* at atapibus? drive ? 2281.1Sreinoudsd* at atapibus? drive ? 2291.1Sreinoud 2301.1Sreinoud# Floppy disk controller 2311.1Sreinoudfdc* at pioc? offset 0x03f0 irq 12 dack 0x2000 2321.1Sreinoudfdc* at pioc? offset 0x0370 irq -1 dack 0x2000 2331.1Sreinoudfd0 at fdc? drive ? 2341.1Sreinoud 2351.1Sreinoud# Serial ports 2361.1Sreinoudcom* at pioc? offset 0x03f8 irq 10 2371.1Sreinoud#com* at pioc? offset 0x02f8 irq -1 2381.1Sreinoud#com* at pioc? offset 0x0338 irq -1 2391.1Sreinoud#com* at pioc? offset 0x0238 irq -1 2401.1Sreinoud 2411.1Sreinoud# Parallel ports 2421.1Sreinoudlpt* at pioc? offset 0x0278 irq 0 2431.1Sreinoud#lpt* at pioc? offset 0x0378 irq -1 2441.1Sreinoud#lpt* at pioc? offset 0x03bc irq -1 2451.1Sreinoud 2461.1Sreinoud# Audio device 2471.3Sreinoudvidcaudio0 at vidc? 2481.3Sreinoudaudio* at vidcaudio0 2491.1Sreinoud 2501.1Sreinoud# Podule bus device 2511.1Sreinoudpodulebus0 at root 2521.1Sreinoud 2531.46Sbjh21sec* at podulebus? # Acorn SCSI card 2541.46Sbjh21scsibus* at sec? 2551.1Sreinoud 2561.1Sreinoudcosc* at podulebus? # MCS Connect32 SCSI II card 2571.1Sreinoudscsibus* at cosc? 2581.1Sreinoud 2591.1Sreinoudptsc* at podulebus? # Power-Tec SCSI II card 2601.1Sreinoudscsibus* at ptsc? 2611.1Sreinoud 2621.12Sbjh21csc* at podulebus? # Cumana SCSI II card 2631.12Sbjh21scsibus* at csc? 2641.1Sreinoud 2651.1Sreinoudoak* at podulebus? # Oak SCSI I card 2661.1Sreinoudscsibus* at oak? 2671.1Sreinoud 2681.41Sskrllcsa* at podulebus? # Cumana SCSI I adapter 2691.1Sreinoudscsibus* at csa? 2701.1Sreinoud 2711.1Sreinoudhcsc* at podulebus0 slot ? # HCCS 8-bit SCSI interface 2721.1Sreinoudscsibus* at hcsc? 2731.1Sreinoud 2741.1Sreinoudsd* at scsibus? target ? lun ? # SCSI disk drives 2751.1Sreinoudst* at scsibus? target ? lun ? # SCSI tape drives 2761.1Sreinoudcd* at scsibus? target ? lun ? # SCSI CD-ROM drives 2771.1Sreinoud#ch* at scsibus? target ? lun ? # SCSI auto-changers 2781.1Sreinoud#uk* at scsibus? target ? lun ? # SCSI unknown device 2791.1Sreinoud#ss* at scsibus? target ? lun ? # SCSI scanner 2801.1Sreinoud 2811.1Sreinouddtide* at podulebus? # D.T. Software IDE card 2821.1Sreinoud 2831.1Sreinoudhcide* at podulebus? # HCCS IDE card 2841.1Sreinoud 2851.1Sreinoudicside* at podulebus? # ICS IDE card 2861.1Sreinoud 2871.1Sreinoudrapide* at podulebus? # Yellowstone RapIDE card 2881.1Sreinoud 2891.1Sreinoudsimide* at podulebus? # Simtec IDE card 2901.1Sreinoud 2911.1Sreinoudamps* at podulebus? # Atomwide Multi-Port Serial card 2921.1Sreinoudcom* at amps? 2931.1Sreinoud 2941.46Sbjh21ei* at podulebus? # Ether1 podules 2951.1Sreinoudea* at podulebus? # Ether3 podules 2961.1Sreinoudeb0 at podulebus? # EtherB network slot cards 2971.1Sreinoudne* at podulebus? # NE2000 clone cards 2981.1Sreinoud 2991.54Stsutsuipseudo-device loop # network loopback 3001.38Srpaulo#pseudo-device bpfilter # packet filter 3011.39Scube#pseudo-device sl # CSLIP 3021.39Scube#pseudo-device ppp # PPP 3031.1Sreinoud#pseudo-device pppoe # PPP over Ethernet (RFC 2516) 3041.39Scube#pseudo-device tun # network tunneling over tty 3051.28Scube#pseudo-device tap # virtual Ethernet 3061.39Scube#pseudo-device gre # generic L3 over IP tunnel 3071.54Stsutsui#pseudo-device ipfilter # ip filter 3081.39Scube#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 3091.39Scube#pseudo-device faith # IPv[46] tcp relay translation i/f 3101.39Scube#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 3111.39Scube#pseudo-device strip # STarmode Radio IP (Metricon Ricochet) 3121.1Sreinoud#pseudo-device vlan # IEEE 802.1q encapsulation 3131.1Sreinoud#pseudo-device bridge # simple inter-network bridging 3141.1Sreinoudpseudo-device pty # pseudo-terminals 3151.39Scubepseudo-device vnd # disk-like interface to files 3161.1Sreinoudpseudo-device ccd 2 # concatenated disk devices 3171.1Sreinoud#pseudo-device raid 8 # RAIDframe disk driver 3181.1Sreinoud#options RAID_AUTOCONFIG # auto-configuration of RAID components 3191.1Sreinoud# Options to enable various other RAIDframe RAID types. 3201.1Sreinoud# options RF_INCLUDE_EVENODD=1 3211.1Sreinoud# options RF_INCLUDE_RAID5_RS=1 3221.1Sreinoud# options RF_INCLUDE_PARITYLOGGING=1 3231.1Sreinoud# options RF_INCLUDE_CHAINDECLUSTER=1 3241.1Sreinoud# options RF_INCLUDE_INTERDECLUSTER=1 3251.1Sreinoud# options RF_INCLUDE_PARITY_DECLUSTERING=1 3261.1Sreinoud# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 3271.57Spooka#pseudo-device fss # file system snapshot device 3281.58Shannkenpseudo-device md # Ramdisk driver 3291.1Sreinoudpseudo-device rnd # /dev/random and in-kernel generator 3301.1Sreinoud 3311.43Sbjh21# If the standard modes don't work for your monitor, you can specify 3321.43Sbjh21# a RISC-OS-format monitor definition file and a list of modes here. 3331.43Sbjh21 3341.43Sbjh21#makeoptions MONITOR="Taxan875+LR" 3351.1Sreinoud#makeoptions MONITOR="AKF60" 3361.43Sbjh21#makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900" 337