mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[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:
parent
7f762aac01
commit
037d88201d
5 changed files with 75 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue