DISKLESS revision 1.7
11.7Sgwr# $NetBSD: DISKLESS,v 1.7 1995/06/09 21:53:27 gwr Exp $ 21.3Sgwr 31.1Sgwr# 41.7Sgwr# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 51.7Sgwr# Root is on NFS (no choice) 61.3Sgwr# 71.1Sgwr 81.1Sgwrinclude "std.sun3" 91.1Sgwr 101.1Sgwr# Machines to be supported by this kernel 111.6Sgwroptions FPU_EMULATE 121.7Sgwroptions HAVECACHE # Sun3/260 VAC 131.1Sgwr 141.1Sgwr# Needs to be set per system. i.e change these as you see fit 151.1Sgwrmaxusers 4 161.1Sgwroptions TIMEZONE=300 # minutes west of GMT (for param.c) 171.1Sgwroptions DST=2 # daylight savings rules (for param.c) 181.1Sgwr 191.1Sgwr# Standard system options 201.1Sgwroptions SWAPPAGER, VNODEPAGER, DEVPAGER # paging 211.1Sgwroptions KTRACE # system call tracing support 221.1Sgwr#makeoptions DEBUG="-g" # symbols for kgdb + nm 231.1Sgwroptions DDB 241.1Sgwr 251.1Sgwr# Filesystem options 261.1Sgwroptions NFSSERVER # nfs server support 271.1Sgwroptions NFSCLIENT # nfs client support 281.1Sgwroptions FFS # ufs file system 291.7Sgwr# 301.7Sgwroptions FDESC # /dev/fd/* 311.7Sgwroptions FIFO # FIFOs; RECOMMENDED 321.6Sgwroptions KERNFS # /kern 331.7Sgwroptions NULLFS # loopback file system 341.6Sgwroptions PROCFS # /proc 351.7Sgwr#options UNION # union file system 361.1Sgwr 371.1Sgwr# Networking options 381.1Sgwroptions INET # IP prototol stack support 391.6Sgwr# XXX - Work-around for slow SunOS/Sun3 servers (sigh...) 401.6Sgwroptions NFS_BOOT_RWSIZE=1024 411.1Sgwr 421.4Sgwr# Compatability options 431.4Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 441.4Sgwroptions COMPAT_09 # NetBSD 0.9, 451.4Sgwroptions COMPAT_10 # NetBSD 1.0, 461.4Sgwroptions COMPAT_43 # and 4.3BSD 471.4Sgwroptions TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 481.1Sgwr 491.1Sgwr# Sun3-specific debugging options 501.1Sgwroptions CONTEXT_DEBUG 511.1Sgwroptions PMAP_DEBUG 521.1Sgwr#options VMFAULT_TRACE 531.1Sgwr#options SYSCALL_DEBUG 541.1Sgwroptions EXEC_DEBUG 551.1Sgwroptions DIAGNOSTIC 561.1Sgwroptions SCSIDEBUG 571.1Sgwr 581.7Sgwrconfig netbsd root on nfs swap on nfs 591.1Sgwr 601.4Sgwr# Devices 611.1Sgwr 621.7Sgwrbwtwo0 at obmem0 addr ? 631.7Sgwrcgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 641.7Sgwrcgfour0 at obmem0 addr ? 651.1Sgwr 661.6Sgwrie0 at obio0 addr ? level ? 671.7Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 681.6Sgwr 691.6Sgwrle0 at obio0 addr ? level ? 701.6Sgwr 711.6Sgwrpseudo-device loop 1 # network loopback 721.6Sgwrpseudo-device bpfilter 4 # packet filter 731.6Sgwrpseudo-device sl 2 # CSLIP 741.6Sgwrpseudo-device ppp 2 # PPP 751.6Sgwrpseudo-device tun 2 # network tunneling over tty 761.6Sgwr 771.6Sgwrpseudo-device pty 32 # pseudo-terminals 781.6Sgwr#pseudo-device vnd 4 # paging to files 79