DISKLESS revision 1.20
1# $NetBSD: DISKLESS,v 1.20 1997/10/17 03:17:50 gwr Exp $ 2 3# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) 4# Root and swap on NFS 5# Includes devices needed to run as an X-terminal 6 7include "arch/sun3/conf/std.sun3" 8 9# Machines to be supported by this kernel 10options FPU_EMULATE 11options HAVECACHE # Sun3/260 VAC 12 13# Needs to be set per system. i.e change these as you see fit 14maxusers 2 15 16# Standard system options 17options KTRACE # system call tracing 18options SYSVMSG # System V message queues 19options SYSVSEM # System V semaphores 20options SYSVSHM # System V shared memory 21#options SHMMAXPGS=1024 # 1024 pages is the default 22#options LKM # loadable kernel modules 23#options INSECURE # disable kernel security level 24#options UCONSOLE # Allow non-root TIOCCONS 25 26# Which kernel debugger? Uncomment either this: 27options DDB 28# ... or these for KGDB (gdb remote target) 29#makeoptions DEBUG="-g" # debugging symbols for gdb 30#options KGDB 31#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01 32 33# Other debugging options 34#options DEBUG # kernel debugging code 35#options DIAGNOSTIC # extra kernel sanity checking 36#options KMEMSTATS # kernel memory statistics (vmstat -m) 37#options PMAP_DEBUG 38 39# Compatability options 40options COMPAT_SUNOS # can run SunOS 4.1.1 executables 41options COMPAT_43 # and 4.3BSD and ... 42options COMPAT_10 # NetBSD 1.0 43options COMPAT_11 # NetBSD 1.1 44options COMPAT_12 # NetBSD 1.2 45 46# Filesystem options 47#file-system FFS # Berkeley Fast Filesystem 48file-system NFS # Sun NFS client support 49#file-system CD9660 # ISO 9660 + Rock Ridge file system 50file-system FDESC # /dev/fd/* 51file-system KERNFS # /kern 52file-system NULLFS # loopback file system 53file-system PROCFS # /proc 54#file-system UNION # union file system 55#file-system MFS # memory-based filesystem 56 57options FIFO # FIFOs; RECOMMENDED 58#options NFSSERVER # nfs server support 59#options QUOTA # FFS quotas 60 61# Networking options 62options INET # IP prototol stack support 63options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 64#options GATEWAY # IP packet forwarding 65#options ISO,TPIP # OSI networking 66#options EON # OSI tunneling over IP 67#options CCITT,LLC,HDLC # X.25 68#options PFIL_HOOKS # pfil(9) packet filter hooks. 69 70# Work-around for root on slow servers (insurance...) 71options NFS_BOOT_RWSIZE=1024 72 73config netbsd root on ? type nfs 74 75# 76# Serial ports 77# 78zstty0 at zsc1 channel 0 # ttya 79zstty1 at zsc1 channel 1 # ttyb 80 81kbd0 at zsc0 channel 0 # keyboard 82ms0 at zsc0 channel 1 # mouse 83 84# 85# Network devices 86# 87 88# Intel Ethernet (onboard, or VME) 89ie0 at obio0 addr 0x0C0000 level 3 90ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 91 92# Lance Ethernet (only onboard) 93le0 at obio0 addr 0x120000 level 3 94 95# 96# Frame buffer devices 97# 98 99# The default cgfour address depends on the machine: 100# 3/60: obmem 0xFF200000 .. 0xFF9fffff 101# 3/110: different? (not tested) 102cgfour0 at obmem0 addr ? 103 104# 3/60 P4 accelerated 8-bit color frame buffer 105# cgsix0 at obmem0 addr ? 106 107# 3/60 P4 24-bit color frame buffer 108# cgeight0 at obmem0 addr ? 109 110# The default bwtwo address depends on the machine: 111# 3/50: obmem 0x100000 112# else: obmem 0xff000000 113bwtwo0 at obmem0 addr ? 114# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer 115#bwtwo1 at obmem0 addr 0xff300000 116# 3/60 plug-in color frame buffer overlay plane 117#bwtwo1 at obmem0 addr 0xff400000 118 119# Sun-3 color board, or CG5 8-bit VME frame buffer. 120cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 121 122# Support for the CG9 24-bit VME frame buffer. 123# cgnine0 at vmel0 addr 0x08000000 124 125# Misc. 126pseudo-device loop 1 # network loopback 127pseudo-device bpfilter 8 # packet filter 128pseudo-device sl 2 # CSLIP 129pseudo-device ppp 2 # PPP 130pseudo-device tun 2 # network tunneling over tty 131#pseudo-device ipfilter # ip filter 132 133pseudo-device pty 32 # pseudo-terminals 134