mirror of
https://github.com/reactos/reactos.git
synced 2025-05-13 14:20:31 +00:00
readme for the VFAT driver provided by jean
svn path=/trunk/; revision=138
This commit is contained in:
parent
a984573ad4
commit
43fd2f2579
1 changed files with 12 additions and 0 deletions
12
reactos/drivers/fs/vfat/vfat005.1st
Normal file
12
reactos/drivers/fs/vfat/vfat005.1st
Normal 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)
|
Loading…
Reference in a new issue