diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-21 20:36:01 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-21 20:36:01 +0000 |
commit | dc30ff96e6245ece5f67a29e2fd10a1709ad6180 (patch) | |
tree | 751db7b8d3d040efc30fd7960d015150e466ddc1 /sys/arch/powerpc/conf/NFS | |
parent | ae21b4f61e88746c5a90663332ee3ba0e1f2997a (diff) |
Check-in of powerpc kernel support.
NOTE: This will not work until the other pieces are checked in.
This is primarily the NetBSD powerpc port, with modifications
to support ELF.
Diffstat (limited to 'sys/arch/powerpc/conf/NFS')
-rw-r--r-- | sys/arch/powerpc/conf/NFS | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/sys/arch/powerpc/conf/NFS b/sys/arch/powerpc/conf/NFS new file mode 100644 index 00000000000..412dd991331 --- /dev/null +++ b/sys/arch/powerpc/conf/NFS @@ -0,0 +1,69 @@ +# +# 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_ELF +options EXEC_SCRIPT + +# various hacks due to bugs in Openfirmware implementation +options FIREPOWERBUGS + +#options IPKDBUSERHACK +#makeoptions DEBUG="-g" + +options KTRACE +options SYSCALL_DEBUG +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 + +options MAXUSERS=20 +options TARGET_ELF + +config netbsd swap generic + +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 +pseudo-device random 1 |