LOWMEM_WSCONS revision 1.68
11.105Sassar# $NetBSD: LOWMEM_WSCONS,v 1.68 2016/12/08 11:31:09 nat Exp $ 21.95Scjs# 31.95Scjs# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines 41.95Scjs# 51.95Scjs 61.95Scjsinclude "arch/acorn32/conf/std.acorn32" 71.95Scjs 81.95Scjs#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.95Scjs 101.95Scjs# estimated number of users 111.95Scjs 121.95Scjsmaxusers 2 131.95Scjs 141.95Scjs# Standard system options 151.95Scjs 161.95Scjsoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 171.95Scjs#options NTP # NTP phase/frequency locked loop 181.101Ssommerfe 191.101Ssommerfe# CPU options 201.101Ssommerfeoptions CPU_SA110 # Support the SA110 core 211.95Scjsoptions CPU_ARM6 # Support the ARM6 core 221.101Ssommerfeoptions CPU_ARM7 # Support the ARM7 core 231.101Ssommerfe#options CPU_ARM8 # Support the ARM8 core 241.95Scjs#options ARM6_LATE_ABORT # ARM6XX late abort support 251.95Scjs 261.101Ssommerfe# For StrongARM only kernels 271.101Ssommerfe#makeoptions COPTS="-O2 -march=armv3m -mtune=strongarm" 281.95Scjs 291.95Scjs# For small kernels 301.95Scjsmakeoptions COPTS="-Os -fno-inline -Dinline= -D__inline__= -D_inline_= " 311.95Scjs 321.95Scjs# File systems 331.95Scjs 341.95Scjsfile-system FFS # UFS 351.95Scjs#file-system LFS # log-structured file system 361.95Scjsfile-system MFS # memory file system 371.32Scgdfile-system NFS # Network file system 381.32Scgd#file-system ADOSFS # AmigaDOS-compatible file system 391.4Scgd#file-system EXT2FS # second extended file system (linux) 401.100Ssommerfe#file-system CD9660 # ISO 9660 + Rock Ridge file system 411.58Stv#file-system MSDOSFS # MS-DOS file system 421.58Stv#file-system FDESC # /dev/fd 431.76Sbouyerfile-system FILECORE # Acorn filecore file system 441.76Sbouyerfile-system KERNFS # /kern 451.76Sbouyer#file-system NULLFS # loopback file system 461.76Sbouyer#file-system PROCFS # /proc 471.4Scgd#file-system UMAPFS # NULLFS + uid and gid remapping 481.2Scgd#file-system UNION # union file system 491.52Smycroftfile-system PTYFS # /dev/pts/N support 501.105Sassar 511.105Sassar# File system options 521.36Sexplorer#options QUOTA # legacy UFS quotas 531.36Sexplorer#options QUOTA2 # new, in-filesystem UFS quotas 541.36Sexplorer#options NFSSERVER 551.36Sexploreroptions FFS_NO_SNAPSHOT # No FFS snapshot support 561.36Sexplorer 571.8Scgd# Networking options 581.52Smycroft 591.52Smycroft#options GATEWAY # packet forwarding 601.21Scgdoptions INET # IP + ICMP + TCP + UDP 611.13Sbrezak#options INET6 # IPV6 621.9Scgd#options IPSEC # IP security 631.9Scgd#options IPSEC_DEBUG # debug for IP security 641.9Scgd#options MROUTING # IP multicast routing 651.9Scgd#options PIM # Protocol Independent Multicast 661.10Scgd#options NETATALK # AppleTalk networking 671.10Scgd#options PPP_BSDCOMP # BSD-Compress compression support for PPP 681.22Scgd#options PPP_DEFLATE # Deflate compression support for PPP 691.13Sbrezak#options PPP_FILTER # Active filter support for PPP (requires bpf) 701.20Scgd#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 711.26Stls 721.45Sperry# Compatibility options 731.45Sperry 741.45Sperryoptions COMPAT_43 # 4.3BSD compatibility. 751.45Sperry#options COMPAT_09 # NetBSD 0.9, 761.26Stls#options COMPAT_10 # NetBSD 1.0, 771.26Stls#options COMPAT_11 # NetBSD 1.1, 781.31Stls#options COMPAT_12 # NetBSD 1.2, 791.31Stlsoptions COMPAT_13 # NetBSD 1.3, 801.26Stlsoptions COMPAT_14 # NetBSD 1.4, 811.15Scgdoptions COMPAT_15 # NetBSD 1.5, 821.15Scgdoptions COMPAT_16 # NetBSD 1.6, 831.86Slukemoptions COMPAT_20 # NetBSD 2.0, 841.81Sscottroptions COMPAT_30 # NetBSD 3.0, and 851.81Sscottroptions COMPAT_40 # NetBSD 4.0 binary compatibility. 861.81Sscottr#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 871.81Sscottroptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 881.22Scgd 891.15Scgd# Shared memory options 901.84Stv 911.84Stv#options SYSVMSG # System V-like message queues 921.84Stv#options SYSVSEM # System V-like semaphores 931.43Sthorpej#options SYSVSHM # System V-like memory sharing 941.96Sscottr 951.96Sscottr# Device options 961.96Sscottr 971.96Sscottroptions MEMORY_DISK_HOOKS # boottime setup of ramdisk 981.96Sscottr#options MEMORY_DISK_ROOT_SIZE=3400 # Size in blocks 991.96Sscottr#options MEMORY_DISK_IS_ROOT # use memory disk as root 1001.86Slukem 1011.32Scgd# Miscellaneous kernel options 1021.68Slukemoptions KTRACE # system call tracing, a la ktrace(1) 1031.39Schristosoptions IRQSTATS # manage IRQ statistics 1041.17Scgdoptions USERCONF # userconf(4) support 1051.39Schristos#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1061.103Ssimonb#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1071.103Ssimonb 1081.104Ssimonb# Development and Debugging options 1091.103Ssimonb 1101.75Stv#options ARM700BUGTRACK # track the ARM700 swi bug 1111.71Smycroft#options PORTMASTER # Enable PortMaster only options 1121.71Smycroft#options DIAGNOSTIC # internal consistency checks 1131.84Stv#options PMAP_DEBUG # Enable pmap_debug_level code 1141.71Smycroft#options DDB # in-kernel debugger 1151.84Stv#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 1161.71Smycroft#makeoptions DEBUG="-g" # compile full symbol table 1171.71Smycroft 1181.99Sperryconfig netbsd root on wd0a type ? 1191.86Slukem#config netbsd root on ? type ? 1201.71Smycroft 1211.71Smycroft# serial console ... the conaddr is hardcoded as the pioc address + 4*com offset 1221.93Sscottr# this really be fixed some day 1231.61Smycroft#options COMCONSOLE,CONADDR="0x210000+4*0x3f8",CONUNIT=0,CONSPEED=9600 1241.99Sperry 1251.86Slukem# The main bus device 1261.61Smycroftmainbus0 at root 1271.99Sperry 1281.86Slukem# The boot CPU 1291.61Smycroftcpu0 at mainbus? 1301.99Sperry 1311.89Smellon# The IOMD 1321.103Ssimonbiomd0 at mainbus? 1331.103Ssimonb 1341.103Ssimonb# system clock via IOMD 1351.99Sperryclock* at iomd? 1361.97Schristos 1371.97Schristos# IIC bus device 1381.49Slukemiomdiic* at iomd? 1391.81Sscottriic0 at iomdiic? 1401.50Smellon 1411.50Smellon# RTC device via IIC bus 1421.87Scjspcfrtc* at iic? addr 0x50 1431.87Scjs 1441.91Sscottr# VIDC device 1451.1Scgdvidc0 at mainbus? 1461.1Scgd 147# WSCONS 148# ws console uses DUMB, SUN or VT100 terminal emulation 149#options WSEMUL_NODUMB 150#options WSEMUL_SUN 151options WSEMUL_VT100 152 153#options WSDISPLAY_COMPAT_RAWKBD 154#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 155 156#options FONT_BOLD8x16 157#options FONT_GALLANT12x22 # Very nice font 158#options FONT_LUCIDA16x29 159#options FONT_OMRON12x20 # looks funny 160#options FONT_QVSS8x15 # broken ? 161options FONT_SONY12x25 # looks like VT220 font 162#options FONT_SONY8x16 # not tested 163#options FONT_VT220L8x8 # 8x8 font as in Arch. cons 164#options FONT_VT220L8x16 # 8x(2x8) font as in Arch. cons 165#options FONT_VT220L8x10 # not tested 166#options FONT_VT220L8x20 # not tested 167 168vidcvideo0 at vidc? # wscons driver for VIDC 169wsdisplay* at vidcvideo? console ? # display itself 170 171iomdkbc* at iomd? # IOMD keyboard/mouse interface 172 173pckbd* at iomdkbc? slot ? # PS/2 keyboard 174options PCKBD_LAYOUT=KB_UK 175wskbd* at pckbd? 176 177pms* at iomdkbc? slot ? # PS/2 mouse 178wsmouse* at pms? 179 180qms* at iomd? # ws quadmouse driver 181wsmouse* at qms? # wsmouse on ws quadmouse 182 183pseudo-device wsmux 184 185 186# Peripheral IO Controller 187pioc0 at mainbus? base 0x00210000 188 189# IDE disk controller 190wdc0 at pioc? offset 0x01f0 irq 9 191#wdc* at pioc? offset 0x0170 irq -1 192 193# ATA (IDE) bus support 194atabus* at ata? 195 196wd* at atabus? drive ? 197#atapibus* at atapi? 198#cd* at atapibus? drive ? 199#sd* at atapibus? drive ? 200 201# Floppy disk controller 202fdc* at pioc? offset 0x03f0 irq 12 dack 0x2000 203fdc* at pioc? offset 0x0370 irq -1 dack 0x2000 204fd0 at fdc? drive ? 205 206# Serial ports 207com* at pioc? offset 0x03f8 irq 10 208#com* at pioc? offset 0x02f8 irq -1 209#com* at pioc? offset 0x0338 irq -1 210#com* at pioc? offset 0x0238 irq -1 211 212# Parallel ports 213lpt* at pioc? offset 0x0278 irq 0 214#lpt* at pioc? offset 0x0378 irq -1 215#lpt* at pioc? offset 0x03bc irq -1 216 217# Audio device 218vidcaudio0 at vidc? 219audio* at vidcaudio0 220 221options VAUDIOSPEAKER 222spkr0 at audio0 # PC speaker (synthesized) 223 224# Podule bus device 225#podulebus0 at root 226 227#sec* at podulebus? # Acorn SCSI card 228#scsibus* at sec? 229 230#cosc* at podulebus? # MCS Connect32 SCSI II card 231#scsibus* at cosc? 232 233#ptsc* at podulebus? # Power-Tec SCSI II card 234#scsibus* at ptsc? 235 236#csc* at podulebus? # Cumana SCSI II card 237#scsibus* at csc? 238 239#oak* at podulebus? # Oak SCSI I card 240#scsibus* at oak? 241 242#csa* at podulebus? # Cumana SCSI I adapter 243#scsibus* at csa? 244 245#hcsc* at podulebus0 slot ? # HCCS 8-bit SCSI interface 246#scsibus* at hcsc? 247 248#sd* at scsibus? target ? lun ? # SCSI disk drives 249#st* at scsibus? target ? lun ? # SCSI tape drives 250#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 251#ch* at scsibus? target ? lun ? # SCSI auto-changers 252#uk* at scsibus? target ? lun ? # SCSI unknown device 253#ss* at scsibus? target ? lun ? # SCSI scanner 254 255#icside* at podulebus? # ICS IDE card 256 257#rapide* at podulebus? # Yellowstone RapIDE card 258 259#simide* at podulebus? # Simtec IDE card 260 261#amps* at podulebus? # Atomwide Multi-Port Serial card 262#com* at amps? 263 264#ei* at podulebus? # Ether1 podules 265#ea* at podulebus? # Ether3 podules 266#eb0 at podulebus? # EtherB network slot cards 267#ne* at podulebus? # NE2000 clone cards 268 269pseudo-device loop # network loopback 270#pseudo-device bpfilter # packet filter 271#pseudo-device sl # CSLIP 272pseudo-device ppp # PPP 273#pseudo-device tun # network tunneling over tty 274#pseudo-device ipfilter # ip filter 275#pseudo-device strip # STRIP 276pseudo-device pty # pseudo-terminals 277pseudo-device vnd # disk-like interface to files 278#pseudo-device ccd # concatenated disk devices 279#pseudo-device fss # file system snapshot device 280pseudo-device md # Ramdisk driver 281pseudo-device clockctl # user control of clock subsystem 282 283# If the standard modes don't work for your monitor, you can specify 284# a RISC-OS-format monitor definition file and a list of modes here. 285 286#makeoptions MONITOR="Taxan875+LR" 287#makeoptions MONITOR="AKF60" 288#makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900" 289