[NTFS] - Disable write support by default. Enable it via the registry.

[BOOTDATA] - Add a commented-out section to hivesys.inf which can add the required key to enable NTFS write support.

svn path=/branches/GSoC_2016/NTFS/; revision=74685
This commit is contained in:
Trevor Thompson 2017-05-27 19:32:43 +00:00 committed by Thomas Faber
parent 7f762aac01
commit 037d88201d
5 changed files with 75 additions and 4 deletions

View file

@ -151,6 +151,7 @@ typedef struct
FAST_IO_DISPATCH FastIoDispatch;
NPAGED_LOOKASIDE_LIST IrpContextLookasideList;
NPAGED_LOOKASIDE_LIST FcbLookasideList;
BOOLEAN EnableWriteSupport;
} NTFS_GLOBAL_DATA, *PNTFS_GLOBAL_DATA;