diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-09 03:55:07 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-09 03:55:07 +0000 |
commit | 6a7d6000a703b04d10352fb7482406f552abd0f9 (patch) | |
tree | 5265db077fcf4d06c380ce19fb944fd6dc990a46 | |
parent | 206f3f1df448e321de8e6d577f2805873f9ec706 (diff) |
minimal kernel to fit on kc boot floppy.
-rw-r--r-- | sys/arch/powerpc/conf/MINI | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/sys/arch/powerpc/conf/MINI b/sys/arch/powerpc/conf/MINI new file mode 100644 index 00000000000..5b5bb1a6364 --- /dev/null +++ b/sys/arch/powerpc/conf/MINI @@ -0,0 +1,70 @@ +# +# 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 DDB +#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 bsd 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 |