reactos/reactos/drivers/filesystems/fastfat/vfat005.1st
Aleksey Bragin 21ab956cf9 - Rename vfatfs.sys to fastfat.sys for compatibility reasons.
svn path=/trunk/; revision=32193
2008-02-07 18:06:11 +00:00

13 lines
362 B
Plaintext

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)