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