readme for the VFAT driver provided by jean

svn path=/trunk/; revision=138
This commit is contained in:
Rex Jolliff 1998-12-30 18:45:49 +00:00
parent a984573ad4
commit 43fd2f2579

View file

@ -0,0 +1,12 @@
This is VFAT driver release 0.0.5
To install :
extract files
delete all object files (*.o) in all subdirectories
(because include file include/ddk/iotypes.h is modified and is used by many files)
recompile reactos
What's new :
- some bugfixes
- support for IRP_MJ_DIRECTORY_CONTROL
(see reactos/tst/sshell.c for use of ZwQueryDirectoryFile)