DISKLESS3X revision 1.2
11.2Sthorpej# $NetBSD: DISKLESS3X,v 1.2 1997/01/31 06:05:14 thorpej 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.2Sthorpejfile-system NFS # nfs client support 291.2Sthorpejfile-system FDESC # /dev/fd/* 301.2Sthorpejfile-system KERNFS # /kern 311.2Sthorpejfile-system NULLFS # loopback file system 321.2Sthorpejfile-system PROCFS # /proc 331.2Sthorpej 341.2Sthorpej# File system options 351.1Sgwroptions FIFO # FIFOs; RECOMMENDED 361.1Sgwr 371.1Sgwr# Networking options 381.1Sgwroptions INET # IP prototol stack support 391.1Sgwr#options GATEWAY # IP packet forwarding 401.1Sgwroptions TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 411.1Sgwr# XXX - Work-around for root on slow servers (insurance...) 421.1Sgwroptions NFS_BOOT_RWSIZE=1024 431.1Sgwr 441.1Sgwr# Compatability options 451.1Sgwroptions COMPAT_SUNOS # can run SunOS 4.1.1 executables 461.1Sgwroptions COMPAT_43 # and 4.3BSD and ... 471.1Sgwroptions COMPAT_12 # NetBSD 1.2 481.1Sgwroptions UCONSOLE # Allow non-root TIOCCONS 491.1Sgwr 501.1Sgwr# Sun3x-specific debugging options 511.1Sgwroptions PMAP_DEBUG 521.1Sgwr#options VMFAULT_TRACE 531.1Sgwr#options SYSCALL_DEBUG 541.1Sgwr#options EXEC_DEBUG 551.1Sgwroptions DIAGNOSTIC 561.1Sgwr 571.2Sthorpejconfig netbsd root on ? type nfs 581.1Sgwr 591.1Sgwr# 601.1Sgwr# Serial ports 611.1Sgwr# 621.1Sgwrzstty0 at zsc1 channel 0 # ttya 631.1Sgwrzstty1 at zsc1 channel 1 # ttyb 641.1Sgwr 651.1Sgwrkbd0 at zsc0 channel 0 # keyboard 661.1Sgwrms0 at zsc0 channel 1 # mouse 671.1Sgwr 681.1Sgwr# 691.1Sgwr# Network devices 701.1Sgwr# 711.1Sgwr 721.1Sgwr# Lance Ethernet (only onboard) 731.1Sgwrle0 at obio0 addr 0x65002000 ipl 3 741.1Sgwr 751.1Sgwr# 761.1Sgwr# Frame buffer devices 771.1Sgwr# 781.1Sgwr 791.1Sgwrbwtwo0 at obmem0 addr 0x50300000 ipl 4 801.1Sgwr 811.1Sgwr# Misc. 821.1Sgwrpseudo-device loop 1 # network loopback 831.1Sgwr 841.1Sgwrpseudo-device pty 32 # pseudo-terminals 85