diff options
author | mp <mp@FreeBSD.org> | 2001-10-12 20:02:50 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2001-10-12 20:02:50 +0000 |
commit | 92a19152d3958b12fec9c9ae2e66e8210c7896ee (patch) | |
tree | ca0d6840a5a8ee7f59864ff9f83e7eeea0db658b /sys/powerpc/conf | |
parent | 4f67e60c0d76226e154226ab523b33282d0ac23e (diff) | |
download | FreeBSD-src-92a19152d3958b12fec9c9ae2e66e8210c7896ee.zip FreeBSD-src-92a19152d3958b12fec9c9ae2e66e8210c7896ee.tar.gz |
Add memory disk support to allow the boot process to proceed a bit further.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r-- | sys/powerpc/conf/GENERIC | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index eebcbad..fde9977 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -29,3 +29,7 @@ maxusers 32 options FFS options COMPAT_43 +options MD_ROOT +options MD_ROOT_SIZE=1024 + +device md |