DISKLESS3X revision 1.9
11.9Sgwr# $NetBSD: DISKLESS3X,v 1.9 1997/10/17 04:29:59 gwr Exp $ 21.1Sgwr 31.1Sgwr# DISKLESS Sun3x (3/80, 3/470) 41.3Sgwr# Root and swap on NFS 51.1Sgwr# Includes devices needed to run as an X-terminal 61.1Sgwr 71.1Sgwrinclude "arch/sun3x/conf/std.sun3x" 81.1Sgwr 91.1Sgwr# Machines to be supported by this kernel 101.1Sgwr# options FPU_EMULATE # XXX - Ever needed? 111.1Sgwr 121.1Sgwr# Needs to be set per system. i.e change these as you see fit 131.9Sgwrmaxusers 2 141.1Sgwr 151.1Sgwr# Standard system options 161.8Sgwroptions KTRACE # system call tracing 171.8Sgwroptions SYSVMSG # System V message queues 181.8Sgwroptions SYSVSEM # System V semaphores 191.8Sgwroptions SYSVSHM # System V shared memory 201.8Sgwr#options SHMMAXPGS=1024 # 1024 pages is the default 211.8Sgwr#options LKM # loadable kernel modules 221.8Sgwr#options INSECURE # disable kernel security level 231.8Sgwr#options UCONSOLE # Allow non-root TIOCCONS 241.1Sgwr 251.8Sgwr# Which kernel debugger? Uncomment either this: 261.8Sgwroptions DDB 271.3Sgwr# ... or these for KGDB (gdb remote target) 281.8Sgwr#makeoptions DEBUG="-g" # debugging symbols for gdb 291.1Sgwr#options KGDB 301.8Sgwr#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01 311.8Sgwr 321.8Sgwr# Other debugging options 331.8Sgwr#options DEBUG # kernel debugging code 341.8Sgwr#options DIAGNOSTIC # extra kernel sanity checking 351.8Sgwr#options KMEMSTATS # kernel memory statistics (vmstat -m) 361.8Sgwr#options PMAP_DEBUG 371.8Sgwr 381.8Sgwr# Compatability options 391.8Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 401.8Sgwroptions COMPAT_43 # and 4.3BSD and ... 411.9Sgwroptions COMPAT_10 # NetBSD 1.0 421.9Sgwroptions COMPAT_11 # NetBSD 1.1 431.8Sgwroptions COMPAT_12 # NetBSD 1.2 441.1Sgwr 451.1Sgwr# Filesystem options 461.9Sgwr#file-system FFS # Berkeley Fast Filesystem 471.8Sgwrfile-system NFS # Sun NFS client support 481.9Sgwr#file-system CD9660 # ISO 9660 + Rock Ridge file system 491.9Sgwr#file-system MSDOSFS # MS-DOS FAT file system 501.6Slukemfile-system FDESC # /dev/fd/* 511.6Slukemfile-system KERNFS # /kern 521.6Slukemfile-system NULLFS # loopback file system 531.6Slukemfile-system PROCFS # /proc 541.9Sgwr#file-system UNION # union file system 551.9Sgwr#file-system MFS # memory-based filesystem 561.2Sthorpej 571.1Sgwroptions FIFO # FIFOs; RECOMMENDED 581.9Sgwr#options NFSSERVER # nfs server support 591.9Sgwr#options QUOTA # FFS quotas 601.1Sgwr 611.1Sgwr# Networking options 621.1Sgwroptions INET # IP prototol stack support 631.8Sgwroptions TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 641.6Slukem#options GATEWAY # IP packet forwarding 651.9Sgwr#options ISO,TPIP # OSI networking 661.9Sgwr#options EON # OSI tunneling over IP 671.9Sgwr#options CCITT,LLC,HDLC # X.25 681.9Sgwr#options PFIL_HOOKS # pfil(9) packet filter hooks. 691.8Sgwr 701.8Sgwr# Work-around for root on slow servers (insurance...) 711.1Sgwroptions NFS_BOOT_RWSIZE=1024 721.1Sgwr 731.2Sthorpejconfig netbsd root on ? type nfs 741.1Sgwr 751.1Sgwr# 761.1Sgwr# Serial ports 771.1Sgwr# 781.6Slukemzstty0 at zsc1 channel 0 # ttya 791.6Slukemzstty1 at zsc1 channel 1 # ttyb 801.1Sgwr 811.6Slukemkbd0 at zsc0 channel 0 # keyboard 821.6Slukemms0 at zsc0 channel 1 # mouse 831.1Sgwr 841.1Sgwr# 851.1Sgwr# Network devices 861.1Sgwr# 871.1Sgwr 881.8Sgwr# Intel Ethernet 891.8Sgwrie0 at obio0 addr 0x65000000 ipl 3 901.8Sgwr 911.1Sgwr# Lance Ethernet (only onboard) 921.1Sgwrle0 at obio0 addr 0x65002000 ipl 3 931.1Sgwr 941.1Sgwr# 951.1Sgwr# Frame buffer devices 961.1Sgwr# 971.1Sgwr 981.8Sgwr# bwtwo - Monochrome frame buffer. 991.4Sjeremybwtwo0 at obmem0 addr 0x50400000 ipl 4 1001.1Sgwr 1011.1Sgwr# Misc. 1021.6Slukempseudo-device loop 1 # network loopback 1031.9Sgwrpseudo-device bpfilter 8 # packet filter 1041.8Sgwrpseudo-device sl 2 # CSLIP 1051.8Sgwrpseudo-device ppp 2 # PPP 1061.9Sgwrpseudo-device tun 2 # network tunneling over tty 1071.9Sgwr#pseudo-device ipfilter # ip filter 1081.1Sgwr 1091.6Slukempseudo-device pty 32 # pseudo-terminals 110