From: Thomas Veerman Date: Wed, 17 Aug 2011 13:53:22 +0000 (+0000) Subject: Update UPDATING document on how to build AVFS X-Git-Tag: v3.2.0~352 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=e2bdf44720e95c96c42803474dd70511d6b03ae2;p=minix.git Update UPDATING document on how to build AVFS --- diff --git a/docs/UPDATING b/docs/UPDATING index b62a68b85..975cd4d2f 100644 --- a/docs/UPDATING +++ b/docs/UPDATING @@ -1,3 +1,13 @@ +20110817: + To use the new asynchronous version of VFS do: + # BUILDAVFS=yes make cleandepend world + + To switch back to the normal VFS do: + # make cleandepend world + + By default the old VFS and PFS are built and included in the boot + image. AVFS is a work in progress and not yet mature. Use at your own + risk. 20110722: To install the new mkdep: # cp /usr/bin/mkdep /usr/bin/ackmkdep