reactos/drivers/filesystems/vfatfs/vfat005.1st
Hervé Poussineau 14c3936251 [VFATFS] Add it back to build on XBOX, with the name vfatfs.sys
Adapt some comments to new name.

CORE-16373
2022-09-24 12:12:33 +02:00

13 lines
361 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)