From: rahnds Date: Thu, 9 Jan 1997 03:55:06 +0000 (+0000) Subject: minimal kernel to fit on kc boot floppy. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ec268d6d5b70193ea3d762410b8bae7206f99a44;p=openbsd minimal kernel to fit on kc boot floppy. --- 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