DISKLESS3X revision 1.9
1# $NetBSD: DISKLESS3X,v 1.9 1997/10/17 04:29:59 gwr Exp $ 2 3# DISKLESS Sun3x (3/80, 3/470) 4# Root and swap on NFS 5# Includes devices needed to run as an X-terminal 6 7include "arch/sun3x/conf/std.sun3x" 8 9# Machines to be supported by this kernel 10# options FPU_EMULATE # XXX - Ever needed? 11 12# Needs to be set per system. i.e change these as you see fit 13maxusers 2 14 15# Standard system options 16options KTRACE # system call tracing 17options SYSVMSG # System V message queues 18options SYSVSEM # System V semaphores 19options SYSVSHM # System V shared memory 20#options SHMMAXPGS=1024 # 1024 pages is the default 21#options LKM # loadable kernel modules 22#options INSECURE # disable kernel security level 23#options UCONSOLE # Allow non-root TIOCCONS 24 25# Which kernel debugger? Uncomment either this: 26options DDB 27# ... or these for KGDB (gdb remote target) 28#makeoptions DEBUG="-g" # debugging symbols for gdb 29#options KGDB 30#options KGDBDEV=0x0C01 # ttya=0C00 ttyb=0C01 31 32# Other debugging options 33#options DEBUG # kernel debugging code 34#options DIAGNOSTIC # extra kernel sanity checking 35#options KMEMSTATS # kernel memory statistics (vmstat -m) 36#options PMAP_DEBUG 37 38# Compatability options 39options COMPAT_SUNOS # can run SunOS 4.1.1 executables 40options COMPAT_43 # and 4.3BSD and ... 41options COMPAT_10 # NetBSD 1.0 42options COMPAT_11 # NetBSD 1.1 43options COMPAT_12 # NetBSD 1.2 44 45# Filesystem options 46#file-system FFS # Berkeley Fast Filesystem 47file-system NFS # Sun NFS client support 48#file-system CD9660 # ISO 9660 + Rock Ridge file system 49#file-system MSDOSFS # MS-DOS FAT 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 89ie0 at obio0 addr 0x65000000 ipl 3 90 91# Lance Ethernet (only onboard) 92le0 at obio0 addr 0x65002000 ipl 3 93 94# 95# Frame buffer devices 96# 97 98# bwtwo - Monochrome frame buffer. 99bwtwo0 at obmem0 addr 0x50400000 ipl 4 100 101# Misc. 102pseudo-device loop 1 # network loopback 103pseudo-device bpfilter 8 # packet filter 104pseudo-device sl 2 # CSLIP 105pseudo-device ppp 2 # PPP 106pseudo-device tun 2 # network tunneling over tty 107#pseudo-device ipfilter # ip filter 108 109pseudo-device pty 32 # pseudo-terminals 110