63 lines
999 B
Plaintext
63 lines
999 B
Plaintext
#
|
|
# First try for PPC GENERIC config file
|
|
#
|
|
|
|
machine powerpc
|
|
|
|
maxusers 32
|
|
|
|
# Standard system options (should go into std.powerpc?)
|
|
options SWAPPAGER, VNODEPAGER, DEVPAGER
|
|
options MACHINE_NONCONTIG
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
|
|
# various hacks due to bugs in Openfirmware implementation
|
|
options FIREPOWERBUGS
|
|
|
|
options IPKDBUSERHACK
|
|
makeoptions DEBUG="-g"
|
|
|
|
options TCP_COMPAT_42
|
|
options COMPAT_43
|
|
options COMPAT_09
|
|
options COMPAT_10
|
|
options COMPAT_12
|
|
|
|
file-system FFS
|
|
file-system MFS
|
|
file-system NFS
|
|
file-system CD9660
|
|
file-system MSDOSFS
|
|
file-system FDESC
|
|
file-system KERNFS
|
|
file-system NULLFS
|
|
file-system PORTAL
|
|
file-system PROCFS
|
|
file-system UMAPFS
|
|
file-system UNION
|
|
|
|
options FIFO
|
|
options NFSSERVER
|
|
|
|
options INET
|
|
options NMBCLUSTERS=1024
|
|
|
|
config netbsd root on ? type ?
|
|
|
|
ofroot* at root
|
|
|
|
ofbus* at openfirm?
|
|
|
|
ofdisk* at openfirm?
|
|
|
|
ofnet* at openfirm?
|
|
ipkdbif0 at ofnet?
|
|
|
|
ofcons* at openfirm?
|
|
|
|
ofrtc* at openfirm?
|
|
|
|
pseudo-device loop
|
|
pseudo-device pty 64
|