From ae4b258465c54f8dfd8faf01c376d1e8f08a0afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=20Brant=C3=A9n?= Date: Tue, 21 Jan 2020 23:02:05 +0100 Subject: [PATCH] documentation update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6a56e42..2b88934 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ +About +----- + + This is a branch of the Ext2Fsd project by Matt Wu where I try to implement support for metadata checksums and jbd2. I have also updated the project so it can be compiled with Visual Studio 2017 and Visual Studio 2019. This is work in progress. If you need a stable driver you should get the latest official release from http://www.ext2fsd.com. If you want to try this branch you should still install the oficial release and then copy this driver over the old in \windows\system32\drivers. Bo Branten. + + Introduction ------------