DISKLESS3X revision 1.6
11.6Slukem# $NetBSD: DISKLESS3X,v 1.6 1997/05/07 02:20:26 lukem Exp $ 21.1Sgwr 31.1Sgwr# 41.1Sgwr# DISKLESS Sun3x (3/80, 3/470) 51.3Sgwr# Root and swap on NFS 61.1Sgwr# Includes devices needed to run as an X-terminal 71.1Sgwr# 81.1Sgwr 91.1Sgwrinclude "arch/sun3x/conf/std.sun3x" 101.1Sgwr 111.1Sgwr# Machines to be supported by this kernel 121.1Sgwr# options FPU_EMULATE # XXX - Ever needed? 131.1Sgwr 141.1Sgwr# Needs to be set per system. i.e change these as you see fit 151.1Sgwrmaxusers 4 161.1Sgwr 171.1Sgwr# Standard system options 181.1Sgwroptions KTRACE # system call tracing support 191.1Sgwr 201.1Sgwr# Debugging options. Uncomment either these: 211.1Sgwroptions DDB 221.3Sgwr# ... or these for KGDB (gdb remote target) 231.3Sgwr#makeoptions DEBUG="-g" # debugging symbols for gdb 241.1Sgwr#options KGDB 251.3Sgwr#options KGDBDEV=0x0C01 261.1Sgwr 271.1Sgwr# Filesystem options 281.6Slukemfile-system NFS # nfs client support 291.6Slukemfile-system FDESC # /dev/fd/* 301.6Slukemfile-system KERNFS # /kern 311.6Slukemfile-system NULLFS # loopback file system 321.6Slukemfile-system PROCFS # /proc 331.2Sthorpej 341.1Sgwroptions FIFO # FIFOs; RECOMMENDED 351.1Sgwr 361.1Sgwr# Networking options 371.1Sgwroptions INET # IP prototol stack support 381.6Slukem#options GATEWAY # IP packet forwarding 391.1Sgwroptions TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 401.1Sgwr# XXX - Work-around for root on slow servers (insurance...) 411.1Sgwroptions NFS_BOOT_RWSIZE=1024 421.1Sgwr 431.1Sgwr# Compatability options 441.1Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 451.1Sgwroptions COMPAT_43 # and 4.3BSD and ... 461.1Sgwroptions COMPAT_12 # NetBSD 1.2 471.1Sgwroptions UCONSOLE # Allow non-root TIOCCONS 481.1Sgwr 491.1Sgwr# Sun3x-specific debugging options 501.1Sgwroptions PMAP_DEBUG 511.1Sgwr#options VMFAULT_TRACE 521.1Sgwr#options SYSCALL_DEBUG 531.1Sgwr#options EXEC_DEBUG 541.1Sgwroptions DIAGNOSTIC 551.1Sgwr 561.2Sthorpejconfig netbsd root on ? type nfs 571.1Sgwr 581.1Sgwr# 591.1Sgwr# Serial ports 601.1Sgwr# 611.6Slukemzstty0 at zsc1 channel 0 # ttya 621.6Slukemzstty1 at zsc1 channel 1 # ttyb 631.1Sgwr 641.6Slukemkbd0 at zsc0 channel 0 # keyboard 651.6Slukemms0 at zsc0 channel 1 # mouse 661.1Sgwr 671.1Sgwr# 681.1Sgwr# Network devices 691.1Sgwr# 701.1Sgwr 711.1Sgwr# Lance Ethernet (only onboard) 721.1Sgwrle0 at obio0 addr 0x65002000 ipl 3 731.1Sgwr 741.1Sgwr# 751.1Sgwr# Frame buffer devices 761.1Sgwr# 771.1Sgwr 781.4Sjeremybwtwo0 at obmem0 addr 0x50400000 ipl 4 791.1Sgwr 801.1Sgwr# Misc. 811.6Slukempseudo-device loop 1 # network loopback 821.1Sgwr 831.6Slukempseudo-device pty 32 # pseudo-terminals 84