DISKLESS revision 1.8
11.8Sgwr# $NetBSD: DISKLESS,v 1.8 1995/07/07 16:01:22 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.8Sgwroptions SYMTAB_SPACE=98400 251.1Sgwr 261.1Sgwr# Filesystem options 271.1Sgwroptions NFSSERVER # nfs server support 281.1Sgwroptions NFSCLIENT # nfs client support 291.1Sgwroptions FFS # ufs file system 301.7Sgwr# 311.7Sgwroptions FDESC # /dev/fd/* 321.7Sgwroptions FIFO # FIFOs; RECOMMENDED 331.6Sgwroptions KERNFS # /kern 341.7Sgwroptions NULLFS # loopback file system 351.8Sgwr#options PROCFS # /proc 361.7Sgwr#options UNION # union file system 371.1Sgwr 381.1Sgwr# Networking options 391.1Sgwroptions INET # IP prototol stack support 401.6Sgwr# XXX - Work-around for slow SunOS/Sun3 servers (sigh...) 411.6Sgwroptions NFS_BOOT_RWSIZE=1024 421.1Sgwr 431.4Sgwr# Compatability options 441.4Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 451.4Sgwroptions COMPAT_09 # NetBSD 0.9, 461.4Sgwroptions COMPAT_10 # NetBSD 1.0, 471.4Sgwroptions COMPAT_43 # and 4.3BSD 481.4Sgwroptions TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 491.1Sgwr 501.1Sgwr# Sun3-specific debugging options 511.1Sgwroptions CONTEXT_DEBUG 521.1Sgwroptions PMAP_DEBUG 531.1Sgwr#options VMFAULT_TRACE 541.1Sgwr#options SYSCALL_DEBUG 551.1Sgwroptions EXEC_DEBUG 561.1Sgwroptions DIAGNOSTIC 571.1Sgwroptions SCSIDEBUG 581.1Sgwr 591.7Sgwrconfig netbsd root on nfs swap on nfs 601.1Sgwr 611.4Sgwr# Devices 621.1Sgwr 631.7Sgwrbwtwo0 at obmem0 addr ? 641.7Sgwrcgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 651.7Sgwrcgfour0 at obmem0 addr ? 661.1Sgwr 671.6Sgwrie0 at obio0 addr ? level ? 681.7Sgwrie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 691.6Sgwr 701.6Sgwrle0 at obio0 addr ? level ? 711.6Sgwr 721.6Sgwrpseudo-device loop 1 # network loopback 731.6Sgwrpseudo-device bpfilter 4 # packet filter 741.6Sgwrpseudo-device sl 2 # CSLIP 751.6Sgwrpseudo-device ppp 2 # PPP 761.6Sgwrpseudo-device tun 2 # network tunneling over tty 771.6Sgwr 781.6Sgwrpseudo-device pty 32 # pseudo-terminals 791.6Sgwr#pseudo-device vnd 4 # paging to files 80