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