DISKLESS revision 1.21
1# $NetBSD: DISKLESS,v 1.21 1997/11/17 01:58:28 lukem 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 DDB_HISTORY_SIZE=100 # enable history editing in DDB 35#options DEBUG # kernel debugging code 36#options DIAGNOSTIC # extra kernel sanity checking 37#options KMEMSTATS # kernel memory statistics (vmstat -m) 38#options PMAP_DEBUG 39 40# Compatability options 41options COMPAT_SUNOS # can run SunOS 4.1.1 executables 42options COMPAT_43 # and 4.3BSD and ... 43options COMPAT_10 # NetBSD 1.0 44options COMPAT_11 # NetBSD 1.1 45options COMPAT_12 # NetBSD 1.2 46 47# Filesystem options 48#file-system FFS # Berkeley Fast Filesystem 49file-system NFS # Sun NFS client support 50#file-system CD9660 # ISO 9660 + Rock Ridge file system 51file-system FDESC # /dev/fd/* 52file-system KERNFS # /kern 53file-system NULLFS # loopback file system 54file-system PROCFS # /proc 55#file-system UNION # union file system 56#file-system MFS # memory-based filesystem 57 58options FIFO # FIFOs; RECOMMENDED 59#options NFSSERVER # nfs server support 60#options QUOTA # FFS quotas 61 62# Networking options 63options INET # IP prototol stack support 64options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 65#options GATEWAY # IP packet forwarding 66#options ISO,TPIP # OSI networking 67#options EON # OSI tunneling over IP 68#options CCITT,LLC,HDLC # X.25 69#options PFIL_HOOKS # pfil(9) packet filter hooks. 70 71# Work-around for root on slow servers (insurance...) 72options NFS_BOOT_RWSIZE=1024 73 74config netbsd root on ? type nfs 75 76# 77# Serial ports 78# 79zstty0 at zsc1 channel 0 # ttya 80zstty1 at zsc1 channel 1 # ttyb 81 82kbd0 at zsc0 channel 0 # keyboard 83ms0 at zsc0 channel 1 # mouse 84 85# 86# Network devices 87# 88 89# Intel Ethernet (onboard, or VME) 90ie0 at obio0 addr 0x0C0000 level 3 91ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75 92 93# Lance Ethernet (only onboard) 94le0 at obio0 addr 0x120000 level 3 95 96# 97# Frame buffer devices 98# 99 100# The default cgfour address depends on the machine: 101# 3/60: obmem 0xFF200000 .. 0xFF9fffff 102# 3/110: different? (not tested) 103cgfour0 at obmem0 addr ? 104 105# 3/60 P4 accelerated 8-bit color frame buffer 106# cgsix0 at obmem0 addr ? 107 108# 3/60 P4 24-bit color frame buffer 109# cgeight0 at obmem0 addr ? 110 111# The default bwtwo address depends on the machine: 112# 3/50: obmem 0x100000 113# else: obmem 0xff000000 114bwtwo0 at obmem0 addr ? 115# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer 116#bwtwo1 at obmem0 addr 0xff300000 117# 3/60 plug-in color frame buffer overlay plane 118#bwtwo1 at obmem0 addr 0xff400000 119 120# Sun-3 color board, or CG5 8-bit VME frame buffer. 121cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 122 123# Support for the CG9 24-bit VME frame buffer. 124# cgnine0 at vmel0 addr 0x08000000 125 126# Misc. 127pseudo-device loop 1 # network loopback 128pseudo-device bpfilter 8 # packet filter 129pseudo-device sl 2 # CSLIP 130pseudo-device ppp 2 # PPP 131pseudo-device tun 2 # network tunneling over tty 132#pseudo-device ipfilter # ip filter 133 134pseudo-device pty 32 # pseudo-terminals 135