DISKLESS revision 1.10
11.10Sgwr# $NetBSD: DISKLESS,v 1.10 1995/10/08 23:38:41 gwr Exp $ 21.3Sgwr 31.1Sgwr# 41.7Sgwr# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 51.10Sgwr# Root and swap on NFS (no choice) 61.10Sgwr# Includes devices needed to run as an X-terminal 71.3Sgwr# 81.1Sgwr 91.1Sgwrinclude "std.sun3" 101.1Sgwr 111.1Sgwr# Machines to be supported by this kernel 121.6Sgwroptions FPU_EMULATE 131.7Sgwroptions HAVECACHE # Sun3/260 VAC 141.1Sgwr 151.1Sgwr# Needs to be set per system. i.e change these as you see fit 161.1Sgwrmaxusers 4 171.9Sgwr 181.1Sgwr# Standard system options 191.1Sgwroptions SWAPPAGER, VNODEPAGER, DEVPAGER # paging 201.1Sgwroptions KTRACE # system call tracing support 211.1Sgwr#makeoptions DEBUG="-g" # symbols for kgdb + nm 221.1Sgwr 231.1Sgwr# Filesystem options 241.10Sgwr#options NFSSERVER # nfs server support 251.1Sgwroptions NFSCLIENT # nfs client support 261.7Sgwr# 271.7Sgwroptions FDESC # /dev/fd/* 281.7Sgwroptions FIFO # FIFOs; RECOMMENDED 291.6Sgwroptions KERNFS # /kern 301.7Sgwroptions NULLFS # loopback file system 311.8Sgwr#options PROCFS # /proc 321.7Sgwr#options UNION # union file system 331.1Sgwr 341.1Sgwr# Networking options 351.1Sgwroptions INET # IP prototol stack support 361.10Sgwr# XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...) 371.6Sgwroptions NFS_BOOT_RWSIZE=1024 381.1Sgwr 391.4Sgwr# Compatability options 401.4Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 411.10Sgwr#options COMPAT_09 # NetBSD 0.9, 421.4Sgwroptions COMPAT_10 # NetBSD 1.0, 431.4Sgwroptions COMPAT_43 # and 4.3BSD 441.4Sgwroptions TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 451.1Sgwr 461.1Sgwr# Sun3-specific debugging options 471.10Sgwr#options CONTEXT_DEBUG 481.10Sgwr#options PMAP_DEBUG 491.1Sgwr#options VMFAULT_TRACE 501.1Sgwr#options SYSCALL_DEBUG 511.10Sgwr#options EXEC_DEBUG 521.10Sgwr#options DIAGNOSTIC 531.10Sgwr#options SCSIDEBUG 541.1Sgwr 551.7Sgwrconfig netbsd root on nfs swap on nfs 561.1Sgwr 571.4Sgwr# Devices 581.1Sgwr 591.7Sgwrbwtwo0 at obmem0 addr ? 601.7Sgwrcgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 611.7Sgwrcgfour0 at obmem0 addr ? 621.1Sgwr 631.6Sgwrie0 at obio0 addr ? level ? 641.7Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 651.6Sgwr 661.6Sgwrle0 at obio0 addr ? level ? 671.6Sgwr 681.6Sgwrpseudo-device loop 1 # network loopback 691.10Sgwr#pseudo-device bpfilter 4 # packet filter 701.10Sgwr#pseudo-device sl 2 # CSLIP 711.10Sgwr#pseudo-device ppp 2 # PPP 721.10Sgwr#pseudo-device tun 2 # network tunneling over tty 731.6Sgwr 741.6Sgwrpseudo-device pty 32 # pseudo-terminals 751.6Sgwr#pseudo-device vnd 4 # paging to files 76