DISKLESS3X revision 1.1
11.1Sgwr# $NetBSD: DISKLESS3X,v 1.1 1997/01/14 20:57:01 gwr Exp $ 21.1Sgwr 31.1Sgwr# 41.1Sgwr# DISKLESS Sun3x (3/80, 3/470) 51.1Sgwr# Root and swap on NFS (no choice) 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.1Sgwroptions SYMTAB_SPACE=0x18000 231.1Sgwr# ... or these two: (for KGDB on another machine) 241.1Sgwr#makeoptions DEBUG="-g" # symbols for kgdb + nm 251.1Sgwr#options KGDB 261.1Sgwr 271.1Sgwr# Filesystem options 281.1Sgwroptions NFSCLIENT # nfs client support 291.1Sgwr# 301.1Sgwroptions FDESC # /dev/fd/* 311.1Sgwroptions FIFO # FIFOs; RECOMMENDED 321.1Sgwroptions KERNFS # /kern 331.1Sgwroptions NULLFS # loopback file system 341.1Sgwroptions PROCFS # /proc 351.1Sgwr 361.1Sgwr# Networking options 371.1Sgwroptions INET # IP prototol stack support 381.1Sgwr#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.1Sgwrconfig netbsd root on nfs swap on nfs 571.1Sgwr 581.1Sgwr# 591.1Sgwr# Serial ports 601.1Sgwr# 611.1Sgwrzstty0 at zsc1 channel 0 # ttya 621.1Sgwrzstty1 at zsc1 channel 1 # ttyb 631.1Sgwr 641.1Sgwrkbd0 at zsc0 channel 0 # keyboard 651.1Sgwrms0 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.1Sgwrbwtwo0 at obmem0 addr 0x50300000 ipl 4 791.1Sgwr 801.1Sgwr# Misc. 811.1Sgwrpseudo-device loop 1 # network loopback 821.1Sgwr 831.1Sgwrpseudo-device pty 32 # pseudo-terminals 84