DISKLESS3X revision 1.6
1# $NetBSD: DISKLESS3X,v 1.6 1997/05/07 02:20:26 lukem Exp $ 2 3# 4# DISKLESS Sun3x (3/80, 3/470) 5# Root and swap on NFS 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 22# ... or these for KGDB (gdb remote target) 23#makeoptions DEBUG="-g" # debugging symbols for gdb 24#options KGDB 25#options KGDBDEV=0x0C01 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 34options FIFO # FIFOs; RECOMMENDED 35 36# Networking options 37options INET # IP prototol stack support 38#options GATEWAY # IP packet forwarding 39options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 40# XXX - Work-around for root on slow servers (insurance...) 41options NFS_BOOT_RWSIZE=1024 42 43# Compatability options 44options COMPAT_SUNOS # can run SunOS 4.1.1 executables 45options COMPAT_43 # and 4.3BSD and ... 46options COMPAT_12 # NetBSD 1.2 47options UCONSOLE # Allow non-root TIOCCONS 48 49# Sun3x-specific debugging options 50options PMAP_DEBUG 51#options VMFAULT_TRACE 52#options SYSCALL_DEBUG 53#options EXEC_DEBUG 54options DIAGNOSTIC 55 56config netbsd root on ? type nfs 57 58# 59# Serial ports 60# 61zstty0 at zsc1 channel 0 # ttya 62zstty1 at zsc1 channel 1 # ttyb 63 64kbd0 at zsc0 channel 0 # keyboard 65ms0 at zsc0 channel 1 # mouse 66 67# 68# Network devices 69# 70 71# Lance Ethernet (only onboard) 72le0 at obio0 addr 0x65002000 ipl 3 73 74# 75# Frame buffer devices 76# 77 78bwtwo0 at obmem0 addr 0x50400000 ipl 4 79 80# Misc. 81pseudo-device loop 1 # network loopback 82 83pseudo-device pty 32 # pseudo-terminals 84