GENERIC revision 1.8
1# $NetBSD: GENERIC,v 1.8 1997/12/01 16:02:09 kleink 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 30options TCP_COMPAT_42 31options COMPAT_43 32options COMPAT_09 33options COMPAT_10 34options COMPAT_12 35options COMPAT_13 36 37file-system FFS 38file-system MFS 39file-system NFS 40file-system CD9660 41file-system MSDOSFS 42file-system FDESC 43file-system KERNFS 44file-system NULLFS 45file-system PORTAL 46file-system PROCFS 47file-system UMAPFS 48file-system UNION 49 50options FIFO 51options NFSSERVER 52 53options INET 54options NMBCLUSTERS=1024 55 56config netbsd root on ? type ? 57 58ofroot* at root 59 60ofbus* at openfirm? 61 62ofdisk* at openfirm? 63 64ofnet* at openfirm? 65ipkdbif0 at ofnet? 66 67ofcons* at openfirm? 68 69ofrtc* at openfirm? 70 71pseudo-device loop 72pseudo-device bpfilter 8 # packet filter 73pseudo-device pty 64 74# rnd is EXPERIMENTAL 75#pseudo-device rnd # /dev/random and in-kernel generator 76