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