GENERIC revision 1.12
1# $NetBSD: GENERIC,v 1.12 1998/03/18 16:34:44 bouyer 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#options FFS_EI # FFS Endian Independant support 56 57options INET 58options NMBCLUSTERS=1024 59 60config netbsd root on ? type ? 61 62mainbus0 at root 63 64ofbus* at mainbus? 65ofbus* at ofbus? 66 67ofdisk* at ofbus? 68 69ofnet* at ofbus? 70ipkdbif0 at ofnet? 71 72ofcons* at ofbus? 73 74ofrtc* at ofbus? 75 76pseudo-device loop 77pseudo-device bpfilter 8 # packet filter 78pseudo-device pty 64 79# rnd is EXPERIMENTAL 80#pseudo-device rnd # /dev/random and in-kernel generator 81