Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.2
      1 #
      2 # First try for PPC GENERIC config file
      3 #
      4 
      5 machine		powerpc
      6 
      7 maxusers	32
      8 
      9 # Standard system options (should go into std.powerpc?)
     10 options		SWAPPAGER, VNODEPAGER, DEVPAGER
     11 options		MACHINE_NONCONTIG
     12 options		EXEC_AOUT
     13 options		EXEC_SCRIPT
     14 
     15 # various hacks due to bugs in Openfirmware implementation
     16 options		FIREPOWERBUGS
     17 
     18 options		KGDBUSERHACK
     19 makeoptions	DEBUG="-g"
     20 
     21 options		TCP_COMPAT_42
     22 options		COMPAT_43
     23 options		COMPAT_09
     24 options		COMPAT_10
     25 options		COMPAT_12
     26 
     27 options		FFS
     28 options		MFS
     29 
     30 options		NFSCLIENT
     31 options		NFSSERVER
     32 
     33 options		CD9660
     34 options		MSDOSFS
     35 options		FDESC
     36 options		FIFO
     37 options		KERNFS
     38 options		NULLFS
     39 options		PORTAL
     40 options		PROCFS
     41 options		UMAPFS
     42 options		UNION
     43 
     44 options		INET
     45 options		NMBCLUSTERS=1024
     46 
     47 config		netbsd	swap generic
     48 
     49 ofroot*		at root
     50 
     51 ofbus*		at openfirm?
     52 
     53 ofdisk*		at openfirm?
     54 
     55 ofnet*		at openfirm?
     56 kgdbif0		at ofnet?
     57 
     58 ofcons*		at openfirm?
     59 
     60 ofrtc*		at openfirm?
     61 
     62 pseudo-device	loop
     63 pseudo-device	pty	64
     64