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