Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.9
      1 #	$NetBSD: GENERIC,v 1.9 1998/01/27 09:15:58 sakamoto 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 
     39 file-system 	FFS
     40 file-system 	MFS
     41 file-system 	NFS
     42 file-system 	CD9660
     43 file-system 	MSDOSFS
     44 file-system 	FDESC
     45 file-system 	KERNFS
     46 file-system 	NULLFS
     47 file-system 	PORTAL
     48 file-system 	PROCFS
     49 file-system 	UMAPFS
     50 file-system 	UNION
     51 
     52 options 	FIFO
     53 options 	NFSSERVER
     54 
     55 options 	INET
     56 options 	NMBCLUSTERS=1024
     57 
     58 config		netbsd	root on ? type ?
     59 
     60 ofroot*		at root
     61 
     62 ofbus*		at openfirm?
     63 
     64 ofdisk*		at openfirm?
     65 
     66 ofnet*		at openfirm?
     67 ipkdbif0	at ofnet?
     68 
     69 ofcons*		at openfirm?
     70 
     71 ofrtc*		at openfirm?
     72 
     73 pseudo-device	loop
     74 pseudo-device	bpfilter	8	# packet filter
     75 pseudo-device	pty		64
     76 # rnd is EXPERIMENTAL
     77 #pseudo-device	rnd			# /dev/random and in-kernel generator
     78