DISKLESS3X revision 1.2
1# $NetBSD: DISKLESS3X,v 1.2 1997/01/31 06:05:14 thorpej Exp $ 2 3# 4# DISKLESS Sun3x (3/80, 3/470) 5# Root and swap on NFS (no choice) 6# Includes devices needed to run as an X-terminal 7# 8 9include "arch/sun3x/conf/std.sun3x" 10 11# Machines to be supported by this kernel 12# options FPU_EMULATE # XXX - Ever needed? 13 14# Needs to be set per system. i.e change these as you see fit 15maxusers 4 16 17# Standard system options 18options KTRACE # system call tracing support 19 20# Debugging options. Uncomment either these: 21options DDB 22options SYMTAB_SPACE=0x18000 23# ... or these two: (for KGDB on another machine) 24#makeoptions DEBUG="-g" # symbols for kgdb + nm 25#options KGDB 26 27# Filesystem options 28file-system NFS # nfs client support 29file-system FDESC # /dev/fd/* 30file-system KERNFS # /kern 31file-system NULLFS # loopback file system 32file-system PROCFS # /proc 33 34# File system options 35options FIFO # FIFOs; RECOMMENDED 36 37# Networking options 38options INET # IP prototol stack support 39#options GATEWAY # IP packet forwarding 40options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 41# XXX - Work-around for root on slow servers (insurance...) 42options NFS_BOOT_RWSIZE=1024 43 44# Compatability options 45options COMPAT_SUNOS # can run SunOS 4.1.1 executables 46options COMPAT_43 # and 4.3BSD and ... 47options COMPAT_12 # NetBSD 1.2 48options UCONSOLE # Allow non-root TIOCCONS 49 50# Sun3x-specific debugging options 51options PMAP_DEBUG 52#options VMFAULT_TRACE 53#options SYSCALL_DEBUG 54#options EXEC_DEBUG 55options DIAGNOSTIC 56 57config netbsd root on ? type nfs 58 59# 60# Serial ports 61# 62zstty0 at zsc1 channel 0 # ttya 63zstty1 at zsc1 channel 1 # ttyb 64 65kbd0 at zsc0 channel 0 # keyboard 66ms0 at zsc0 channel 1 # mouse 67 68# 69# Network devices 70# 71 72# Lance Ethernet (only onboard) 73le0 at obio0 addr 0x65002000 ipl 3 74 75# 76# Frame buffer devices 77# 78 79bwtwo0 at obmem0 addr 0x50300000 ipl 4 80 81# Misc. 82pseudo-device loop 1 # network loopback 83 84pseudo-device pty 32 # pseudo-terminals 85