62 lines
882 B
Plaintext
62 lines
882 B
Plaintext
#
|
|
# First try for PPC GENERIC config file
|
|
#
|
|
|
|
machine powerpc
|
|
|
|
maxusers 32
|
|
|
|
# Standard system options
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|
|
options MACHINE_NONCONTIG
|
|
|
|
# various hacks due to bugs in Openfirmware implementation
|
|
options FIREPOWERBUGS
|
|
|
|
options KGDBUSERHACK
|
|
makeoptions DEBUG="-g"
|
|
|
|
options TCP_COMPAT_42
|
|
options COMPAT_43
|
|
options COMPAT_09
|
|
options COMPAT_10
|
|
options COMPAT_12
|
|
|
|
options FFS
|
|
options MFS
|
|
|
|
options NFSCLIENT
|
|
options NFSSERVER
|
|
|
|
options CD9660
|
|
options MSDOSFS
|
|
options FDESC
|
|
options FIFO
|
|
options KERNFS
|
|
options NULLFS
|
|
options PORTAL
|
|
options PROCFS
|
|
options UMAPFS
|
|
options UNION
|
|
|
|
options INET
|
|
options NMBCLUSTERS=1024
|
|
|
|
config netbsd swap generic
|
|
|
|
ofroot* at root
|
|
|
|
ofbus* at openfirm?
|
|
|
|
ofdisk* at openfirm?
|
|
|
|
ofnet* at openfirm?
|
|
kgdbif0 at ofnet?
|
|
|
|
ofcons* at openfirm?
|
|
|
|
ofrtc* at openfirm?
|
|
|
|
pseudo-device loop
|
|
pseudo-device pty 64
|