DISKLESS3X revision 1.24
11.24Sgmcgarry# $NetBSD: DISKLESS3X,v 1.24 2002/04/12 08:11:24 gmcgarry Exp $ 21.1Sgwr 31.15Sgwr# DISKLESS - Root and swap on NFS 41.15Sgwr# Desktop machines only (3/80) 51.15Sgwr# 61.1Sgwr# Includes devices needed to run as an X-terminal 71.1Sgwr 81.13Sgwrinclude "arch/sun3/conf/std.sun3x" 91.1Sgwr 101.13Sgwr# Machines to be supported by this kernel 111.13Sgwr# options FPU_EMULATE # XXX - Ever needed? 121.12Sgwr# options HAVE_IOCACHE # XXX - Not yet supported. 131.1Sgwr 141.1Sgwr# Needs to be set per system. i.e change these as you see fit 151.9Sgwrmaxusers 2 161.1Sgwr 171.1Sgwr# Standard system options 181.15Sgwr#options KTRACE # system call tracing 191.15Sgwr#options SYSVMSG # System V message queues 201.15Sgwr#options SYSVSEM # System V semaphores 211.15Sgwr#options SYSVSHM # System V shared memory 221.8Sgwr#options SHMMAXPGS=1024 # 1024 pages is the default 231.8Sgwr#options LKM # loadable kernel modules 241.8Sgwr#options INSECURE # disable kernel security level 251.8Sgwr#options UCONSOLE # Allow non-root TIOCCONS 261.24Sgmcgarry#options USERCONF # userconf(4) support 271.23Sjdolecek#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 281.1Sgwr 291.8Sgwr# Which kernel debugger? Uncomment either this: 301.15Sgwr#options DDB 311.3Sgwr# ... or these for KGDB (gdb remote target) 321.22Slukem#makeoptions DEBUG="-g" # debugging symbols for gdb 331.1Sgwr#options KGDB 341.21Slukem#options KGDB_DEV=0x0C01 # ttya=0C00 ttyb=0C01 351.8Sgwr 361.8Sgwr# Other debugging options 371.10Slukem#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 381.8Sgwr#options DEBUG # kernel debugging code 391.8Sgwr#options DIAGNOSTIC # extra kernel sanity checking 401.8Sgwr#options KMEMSTATS # kernel memory statistics (vmstat -m) 411.8Sgwr#options PMAP_DEBUG 421.8Sgwr 431.19Swiz# Compatibility options 441.15Sgwr#options COMPAT_SUNOS # can run SunOS 4.1.1 executables 451.15Sgwr#options COMPAT_43 # and 4.3BSD and ... 461.15Sgwr#options COMPAT_10 # NetBSD 1.0 471.15Sgwr#options COMPAT_11 # NetBSD 1.1 481.15Sgwr#options COMPAT_12 # NetBSD 1.2 491.11Skleinkoptions COMPAT_13 # NetBSD 1.3 501.16Saugustssoptions COMPAT_14 # NetBSD 1.4 511.15Sgwr#options COMPAT_LINUX # can run Linux/m68k executables 521.20Sabs#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 531.1Sgwr 541.1Sgwr# Filesystem options 551.9Sgwr#file-system FFS # Berkeley Fast Filesystem 561.8Sgwrfile-system NFS # Sun NFS client support 571.9Sgwr#file-system CD9660 # ISO 9660 + Rock Ridge file system 581.9Sgwr#file-system MSDOSFS # MS-DOS FAT file system 591.15Sgwr#file-system FDESC # /dev/fd/* 601.15Sgwr#file-system KERNFS # /kern 611.15Sgwr#file-system NULLFS # loopback file system 621.15Sgwr#file-system PROCFS # /proc 631.9Sgwr#file-system UNION # union file system 641.9Sgwr#file-system MFS # memory-based filesystem 651.2Sthorpej 661.9Sgwr#options NFSSERVER # nfs server support 671.9Sgwr#options QUOTA # FFS quotas 681.15Sgwr#options FFS_EI # FFS Endian Independant support 691.1Sgwr 701.1Sgwr# Networking options 711.1Sgwroptions INET # IP prototol stack support 721.6Slukem#options GATEWAY # IP packet forwarding 731.9Sgwr#options ISO,TPIP # OSI networking 741.9Sgwr#options EON # OSI tunneling over IP 751.9Sgwr#options CCITT,LLC,HDLC # X.25 761.9Sgwr#options PFIL_HOOKS # pfil(9) packet filter hooks. 771.20Sabs#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 781.8Sgwr 791.8Sgwr# Work-around for root on slow servers (insurance...) 801.1Sgwroptions NFS_BOOT_RWSIZE=1024 811.12Sgwroptions NFS_BOOT_BOOTPARAM 821.1Sgwr 831.2Sthorpejconfig netbsd root on ? type nfs 841.1Sgwr 851.12Sgwr# On-board I/O space (required) 861.12Sgwrinclude "arch/sun3/conf/obio.sun3x" 871.12Sgwr 881.12Sgwr# On-board memory (optional) 891.12Sgwr# See frame-buffers 901.12Sgwrobmem0 at mainbus? 911.12Sgwr 921.15Sgwr# VME bus support (optional) 931.15Sgwr# (none on desktop machines) 941.15Sgwr 951.1Sgwr# 961.1Sgwr# Serial ports 971.1Sgwr# 981.6Slukemzstty0 at zsc1 channel 0 # ttya 991.6Slukemzstty1 at zsc1 channel 1 # ttyb 1001.1Sgwr 1011.6Slukemkbd0 at zsc0 channel 0 # keyboard 1021.6Slukemms0 at zsc0 channel 1 # mouse 1031.1Sgwr 1041.1Sgwr# 1051.1Sgwr# Network devices 1061.1Sgwr# 1071.1Sgwr 1081.12Sgwr# Intel Ethernet (onboard, or VME) 1091.15Sgwr#ie0 at obio0 addr 0x65000000 ipl 3 1101.22Slukem#ie1 at vme2 addr 0xe88000 ipl 3 vect 0x75 1111.8Sgwr 1121.1Sgwr# Lance Ethernet (only onboard) 1131.1Sgwrle0 at obio0 addr 0x65002000 ipl 3 1141.1Sgwr 1151.1Sgwr# 1161.1Sgwr# Frame buffer devices 1171.1Sgwr# 1181.1Sgwr 1191.13Sgwr# P4 Monochrome frame buffer. 1201.22Slukembwtwo0 at obmem0 addr 0x50300000 1211.13Sgwr 1221.13Sgwr# P4 8-bit color frame buffer 1231.13Sgwrcgfour0 at obmem0 addr 0x50300000 1241.13Sgwr 1251.13Sgwr# P4 accelerated 8-bit color frame buffer 1261.15Sgwr# cgsix0 at obmem0 addr 0x50000000 1271.13Sgwr 1281.13Sgwr# P4 24-bit color frame buffer 1291.13Sgwr# cgeight0 at obmem0 addr 0x50300000 1301.13Sgwr 1311.13Sgwr# Sun-3 color board, or CG5 8-bit frame buffer (VME A24/D16). 1321.13Sgwr# This driver is going to need work in its mmap function. 1331.13Sgwr# cgtwo0 at vme2 addr 0x400000 ipl 4 vect 0xA8 1341.13Sgwr 1351.13Sgwr# Support for the CG9 24-bit frame buffer (VME A32/D32). 1361.13Sgwr# cgnine0 at vme5 addr 0x08000000 ipl 4 vect 0xAA 1371.1Sgwr 1381.1Sgwr# Misc. 1391.6Slukempseudo-device loop 1 # network loopback 1401.9Sgwrpseudo-device bpfilter 8 # packet filter 1411.8Sgwrpseudo-device sl 2 # CSLIP 1421.8Sgwrpseudo-device ppp 2 # PPP 1431.9Sgwrpseudo-device tun 2 # network tunneling over tty 1441.15Sgwr#pseudo-device gre 2 # generic L3 over IP tunnel 1451.9Sgwr#pseudo-device ipfilter # ip filter 1461.1Sgwr 1471.17Sjdolecekpseudo-device pty # pseudo-terminals 148