DISKLESS3X revision 1.1
1# $NetBSD: DISKLESS3X,v 1.1 1997/01/14 20:57:01 gwr 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 28options NFSCLIENT # nfs client support 29# 30options FDESC # /dev/fd/* 31options FIFO # FIFOs; RECOMMENDED 32options KERNFS # /kern 33options NULLFS # loopback file system 34options PROCFS # /proc 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 nfs swap on 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 0x50300000 ipl 4 79 80# Misc. 81pseudo-device loop 1 # network loopback 82 83pseudo-device pty 32 # pseudo-terminals 84