GENERIC revision 1.13
1# $NetBSD: GENERIC,v 1.13 1998/05/28 08:12:13 sakamoto Exp $ 2# 3# First try for PPC config file 4# 5 6include "arch/ofppc/conf/std.ofppc" 7 8maxusers 32 9 10options EXEC_AOUT 11 12# various hacks due to bugs in Openfirmware implementation 13options FIRMWORKSBUGS 14 15options IPKDBUSERHACK # Allow access to mapped memory via kgdb 16options DEBUG_BY_TOOLS # Allow debugging from toolsnet 17# HMAC key to be used for debugging sessions 18options IPKDBKEY="\"HMAC pass phrase text\"" 19options IPKDBSECURE # Allow debugging even when securelevel > 0 20makeoptions DEBUG="-g" 21 22options DEBUG 23options DIAGNOSTIC 24options TRAP_PANICWAIT 25#options DDB 26#options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 27 28options TCP_COMPAT_42 29options COMPAT_43 30options COMPAT_09 31options COMPAT_10 32options COMPAT_12 33options COMPAT_13 34options COMPAT_386BSD_MBRPART # recognize old partition ID 35 36file-system FFS 37file-system MFS 38file-system NFS 39file-system CD9660 40file-system MSDOSFS 41file-system FDESC 42file-system KERNFS 43file-system NULLFS 44file-system PORTAL 45file-system PROCFS 46file-system UMAPFS 47file-system UNION 48 49options FIFO 50options NFSSERVER 51#options FFS_EI # FFS Endian Independant support 52 53options INET 54options NMBCLUSTERS=1024 55 56config netbsd root on ? type ? 57 58mainbus0 at root 59 60ofbus* at mainbus? 61ofbus* at ofbus? 62 63ofdisk* at ofbus? 64 65ofnet* at ofbus? 66ipkdbif0 at ofnet? 67 68ofcons* at ofbus? 69 70ofrtc* at ofbus? 71 72pseudo-device loop 73pseudo-device bpfilter 8 # packet filter 74pseudo-device pty 64 75# rnd is EXPERIMENTAL 76#pseudo-device rnd # /dev/random and in-kernel generator 77