Skip to content

Commit 03be758

Browse files
committed
Merge branch 'ntfs_rebase'
2 parents 3a69fd4 + b555565 commit 03be758

File tree

17 files changed

+8300
-211
lines changed

17 files changed

+8300
-211
lines changed

boot/bootdata/hivesys.inf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,8 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","Group",0x00000000,"File System"
16051605
HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","ImagePath",0x00020000,"system32\drivers\ntfs.sys"
16061606
HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","Start",0x00010001,0x00000003
16071607
HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","Type",0x00010001,0x00000002
1608+
; un-comment the line below to enable EXPERIMENTAL write-support on NTFS volumes:
1609+
;HKLM,"SYSTEM\CurrentControlSet\Services\Ntfs","MyDataDoesNotMatterSoEnableExperimentalWriteSupportForEveryNTFSVolume",0x00010001,0x00000001
16081610

16091611
; Null device driver
16101612
HKLM,"SYSTEM\CurrentControlSet\Services\Null","ErrorControl",0x00010001,0x00000000

drivers/filesystems/ntfs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
list(APPEND SOURCE
33
attrib.c
44
blockdev.c
5+
btree.c
56
cleanup.c
67
close.c
78
create.c

0 commit comments

Comments
 (0)