DISKLESS revision 1.6
11.6Sgwr# $NetBSD: DISKLESS,v 1.6 1995/03/26 19:17:48 gwr Exp $ 21.3Sgwr 31.1Sgwr# 41.1Sgwr# DISKLESS -- config file for a diskless Sun3/50 or Sun3/60 51.3Sgwr# 61.1Sgwr 71.1Sgwrinclude "std.sun3" 81.1Sgwr 91.1Sgwr# Machines to be supported by this kernel 101.1Sgwroptions "SUN3_50" 111.1Sgwroptions "SUN3_60" 121.6Sgwroptions FPU_EMULATE 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.1Sgwr# I use DDB by copying in the symbols with dbsym. 241.1Sgwroptions DDB 251.6Sgwroptions SYMTAB_SPACE=92000 261.1Sgwr 271.1Sgwr# Filesystem options 281.1Sgwroptions NFSSERVER # nfs server support 291.1Sgwroptions NFSCLIENT # nfs client support 301.1Sgwroptions FFS # ufs file system 311.6Sgwroptions KERNFS # /kern 321.6Sgwroptions PROCFS # /proc 331.1Sgwr 341.1Sgwr# Networking options 351.1Sgwroptions INET # IP prototol stack support 361.6Sgwr# XXX - Work-around for 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.4Sgwroptions 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.1Sgwroptions CONTEXT_DEBUG 481.1Sgwroptions PMAP_DEBUG 491.1Sgwr#options VMFAULT_TRACE 501.1Sgwr#options SYSCALL_DEBUG 511.1Sgwroptions EXEC_DEBUG 521.1Sgwroptions DIAGNOSTIC 531.1Sgwroptions SCSIDEBUG 541.1Sgwr 551.1Sgwrconfig netbsd swap nfs 561.1Sgwr 571.4Sgwr# Devices 581.1Sgwr 591.6Sgwrbwtwo0 at obmem? addr ? 601.6Sgwrcgfour0 at obmem? addr ? 611.1Sgwr 621.6Sgwrie0 at obio0 addr ? level ? 631.6Sgwr#ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 641.6Sgwr 651.6Sgwrle0 at obio0 addr ? level ? 661.6Sgwr 671.6Sgwrpseudo-device loop 1 # network loopback 681.6Sgwrpseudo-device bpfilter 4 # packet filter 691.6Sgwrpseudo-device sl 2 # CSLIP 701.6Sgwrpseudo-device ppp 2 # PPP 711.6Sgwrpseudo-device tun 2 # network tunneling over tty 721.6Sgwr 731.6Sgwrpseudo-device pty 32 # pseudo-terminals 741.6Sgwr#pseudo-device vnd 4 # paging to files 75