Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.10
      1 #	$NetBSD: GENERIC,v 1.10 1998/02/24 05:45:51 mycroft 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 mainbus0	at root
     61 
     62 ofbus*		at mainbus?
     63 ofbus*		at ofbus?
     64 
     65 ofdisk*		at ofbus?
     66 
     67 ofnet*		at ofbus?
     68 ipkdbif0	at ofnet?
     69 
     70 ofcons*		at ofbus?
     71 
     72 ofrtc*		at ofbus?
     73 
     74 pseudo-device	loop
     75 pseudo-device	bpfilter	8	# packet filter
     76 pseudo-device	pty		64
     77 # rnd is EXPERIMENTAL
     78 #pseudo-device	rnd			# /dev/random and in-kernel generator
     79