Development
Get WDK:
WDK (Windows Driver Kit) or ifskit are needed to build a kernel driver for Windows. You can get the kit from Microsoft connect website for free:
Get source code of Ext2Fsd using Git:
Ext2Fsd Git repository is hosted by SourceForge. The default read-only depository is:
git://ext2fsd.git.sourceforge.net/gitroot/ext2fsd/ext2fsd
SourceForge provides Git sources browsing with this url:
http://ext2fsd.git.sourceforge.net/git/gitweb.cgi?p=ext2fsd/ext2fsd;a=summary
More details about Git usage are available at:
https://www.ext2fsd.com/?p=56
https://sourceforge.net/apps/trac/sourceforge/wiki/Git
SVN repository is read-only:
Ext2Fsd source codes are managed by SVN (Subversion). You can checkout the whole sources code tree via:
svn co https://ext2fsd.svn.sourceforge.net/svnroot/ext2fsd src
You could also checkout only latest codes rather than everything. To download latest Ext2Fsd sources:
svn co https://ext2fsd.svn.sourceforge.net/svnroot/ext2fsd/trunk/ext3fsd Ext3Fsd
To download latest Ext2Mgr sources:
svn co https://ext2fsd.svn.sourceforge.net/svnroot/ext2fsd/trunk/ext2mgr Ext2Mgr
Optionally, You can view the content of SVN repository via web through this url: