DISKLESS revision 1.20
11.20Sgwr# $NetBSD: DISKLESS,v 1.20 1997/10/17 03:17:50 gwr Exp $ 21.3Sgwr 31.7Sgwr# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 41.18Sgwr# Root and swap on NFS 51.10Sgwr# Includes devices needed to run as an X-terminal 61.1Sgwr 71.14Sjtcinclude "arch/sun3/conf/std.sun3" 81.1Sgwr 91.1Sgwr# Machines to be supported by this kernel 101.6Sgwroptions FPU_EMULATE 111.7Sgwroptions HAVECACHE # Sun3/260 VAC 121.1Sgwr 131.1Sgwr# Needs to be set per system. i.e change these as you see fit 141.20Sgwrmaxusers 2 151.9Sgwr 161.1Sgwr# Standard system options 171.20Sgwroptions KTRACE # system call tracing 181.20Sgwroptions SYSVMSG # System V message queues 191.20Sgwroptions SYSVSEM # System V semaphores 201.20Sgwroptions SYSVSHM # System V shared memory 211.20Sgwr#options SHMMAXPGS=1024 # 1024 pages is the default 221.20Sgwr#options LKM # loadable kernel modules 231.20Sgwr#options INSECURE # disable kernel security level 241.20Sgwr#options UCONSOLE # Allow non-root TIOCCONS 251.15Sthorpej 261.20Sgwr# Which kernel debugger? Uncomment either this: 271.20Sgwroptions DDB 281.18Sgwr# ... or these for KGDB (gdb remote target) 291.20Sgwr#makeoptions DEBUG="-g" # debugging symbols for gdb 301.20Sgwr#options KGDB 311.20Sgwr#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01 321.20Sgwr 331.20Sgwr# Other debugging options 341.20Sgwr#options DEBUG # kernel debugging code 351.20Sgwr#options DIAGNOSTIC # extra kernel sanity checking 361.20Sgwr#options KMEMSTATS # kernel memory statistics (vmstat -m) 371.20Sgwr#options PMAP_DEBUG 381.20Sgwr 391.20Sgwr# Compatability options 401.20Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 411.20Sgwroptions COMPAT_43 # and 4.3BSD and ... 421.20Sgwroptions COMPAT_10 # NetBSD 1.0 431.20Sgwroptions COMPAT_11 # NetBSD 1.1 441.20Sgwroptions COMPAT_12 # NetBSD 1.2 451.1Sgwr 461.1Sgwr# Filesystem options 471.20Sgwr#file-system FFS # Berkeley Fast Filesystem 481.20Sgwrfile-system NFS # Sun NFS client support 491.20Sgwr#file-system CD9660 # ISO 9660 + Rock Ridge file system 501.19Slukemfile-system FDESC # /dev/fd/* 511.19Slukemfile-system KERNFS # /kern 521.19Slukemfile-system NULLFS # loopback file system 531.19Slukemfile-system PROCFS # /proc 541.20Sgwr#file-system UNION # union file system 551.20Sgwr#file-system MFS # memory-based filesystem 561.17Sthorpej 571.12Sgwroptions FIFO # FIFOs; RECOMMENDED 581.20Sgwr#options NFSSERVER # nfs server support 591.20Sgwr#options QUOTA # FFS quotas 601.1Sgwr 611.1Sgwr# Networking options 621.15Sthorpejoptions INET # IP prototol stack support 631.20Sgwroptions TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 641.20Sgwr#options GATEWAY # IP packet forwarding 651.20Sgwr#options ISO,TPIP # OSI networking 661.20Sgwr#options EON # OSI tunneling over IP 671.20Sgwr#options CCITT,LLC,HDLC # X.25 681.20Sgwr#options PFIL_HOOKS # pfil(9) packet filter hooks. 691.20Sgwr 701.20Sgwr# Work-around for root on slow servers (insurance...) 711.6Sgwroptions NFS_BOOT_RWSIZE=1024 721.1Sgwr 731.17Sthorpejconfig netbsd root on ? type nfs 741.1Sgwr 751.11Sgwr# 761.12Sgwr# Serial ports 771.12Sgwr# 781.19Slukemzstty0 at zsc1 channel 0 # ttya 791.19Slukemzstty1 at zsc1 channel 1 # ttyb 801.12Sgwr 811.19Slukemkbd0 at zsc0 channel 0 # keyboard 821.19Slukemms0 at zsc0 channel 1 # mouse 831.12Sgwr 841.12Sgwr# 851.11Sgwr# Network devices 861.11Sgwr# 871.1Sgwr 881.11Sgwr# Intel Ethernet (onboard, or VME) 891.18Sgwrie0 at obio0 addr 0x0C0000 level 3 901.7Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 911.6Sgwr 921.11Sgwr# Lance Ethernet (only onboard) 931.18Sgwrle0 at obio0 addr 0x120000 level 3 941.6Sgwr 951.11Sgwr# 961.11Sgwr# Frame buffer devices 971.11Sgwr# 981.11Sgwr 991.11Sgwr# The default cgfour address depends on the machine: 1001.12Sgwr# 3/60: obmem 0xFF200000 .. 0xFF9fffff 1011.11Sgwr# 3/110: different? (not tested) 1021.11Sgwrcgfour0 at obmem0 addr ? 1031.11Sgwr 1041.11Sgwr# 3/60 P4 accelerated 8-bit color frame buffer 1051.11Sgwr# cgsix0 at obmem0 addr ? 1061.11Sgwr 1071.11Sgwr# 3/60 P4 24-bit color frame buffer 1081.11Sgwr# cgeight0 at obmem0 addr ? 1091.11Sgwr 1101.11Sgwr# The default bwtwo address depends on the machine: 1111.12Sgwr# 3/50: obmem 0x100000 1121.12Sgwr# else: obmem 0xff000000 1131.11Sgwrbwtwo0 at obmem0 addr ? 1141.11Sgwr# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer 1151.11Sgwr#bwtwo1 at obmem0 addr 0xff300000 1161.11Sgwr# 3/60 plug-in color frame buffer overlay plane 1171.11Sgwr#bwtwo1 at obmem0 addr 0xff400000 1181.11Sgwr 1191.11Sgwr# Sun-3 color board, or CG5 8-bit VME frame buffer. 1201.11Sgwrcgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 1211.11Sgwr 1221.11Sgwr# Support for the CG9 24-bit VME frame buffer. 1231.20Sgwr# cgnine0 at vmel0 addr 0x08000000 1241.11Sgwr 1251.11Sgwr# Misc. 1261.20Sgwrpseudo-device loop 1 # network loopback 1271.20Sgwrpseudo-device bpfilter 8 # packet filter 1281.20Sgwrpseudo-device sl 2 # CSLIP 1291.20Sgwrpseudo-device ppp 2 # PPP 1301.20Sgwrpseudo-device tun 2 # network tunneling over tty 1311.20Sgwr#pseudo-device ipfilter # ip filter 1321.6Sgwr 1331.20Sgwrpseudo-device pty 32 # pseudo-terminals 134