DEJIKO revision 1.2
1# $NetBSD: DEJIKO,v 1.2 2000/09/24 15:59:36 jdolecek Exp $ 2# 3# NEWS5000 example 4 5include "arch/newsmips/conf/std.newsmips" 6 7maxusers 16 8 9options news5000 10options MIPS3 # R4000 support 11options MIPS3_L2CACHE_PRESENT 12options CPU_SINGLE 13 14# Debugging options 15options DDB # kernel dynamic debugger 16options DDB_HISTORY_SIZE=100 # enable history editing in DDB 17#options DEBUG # extra kernel debugging support 18options DIAGNOSTIC # extra kernel sanity checking 19 20# Compatibility options 21options COMPAT_43 # compatibility with 4.3BSD binaries 22options COMPAT_12 # NetBSD 1.2 binary compatibility 23options COMPAT_13 # NetBSD 1.3 binary compatibility 24options COMPAT_14 # NetBSD 1.4 binary compatibility 25 26# Filesystem options 27file-system FFS # Berkeley Fast Filesystem 28file-system NFS # Sun NFS-compatible filesystem client 29file-system KERNFS # kernel data-structure filesystem 30file-system MFS # memory-based filesystem 31 32options INET # Internet protocols 33options NFS_BOOT_BOOTPARAM 34 35config netbsd root on ? type nfs 36 37mainbus0 at root 38 39cpu0 at mainbus0 40ap0 at mainbus0 41 42mkclock* at ap? 43sn* at ap? # SONIC Ethernet 44 45zsc0 at ap? 46zstty0 at zsc0 channel 0 # tty00 47zstty1 at zsc0 channel 1 # tty01 48 49pseudo-device loop # loopback interface; required 50pseudo-device pty # pseudo-terminals 51pseudo-device bpfilter 16 # Berkeley Packet Filter 52