mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[FFS]
Enable the FFS support. Patch by Peter Hater. CORE-11040 svn path=/trunk/; revision=71427
This commit is contained in:
parent
88f0e76715
commit
bb5e205150
2 changed files with 8 additions and 0 deletions
|
@ -1995,6 +1995,13 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","Type",0x00010001,0x00000002
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs\Parameters","CodePage",0x00000000,"default"
|
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs\Parameters","CodePage",0x00000000,"default"
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs\Parameters","WritingSupport",0x00010001,0x00000001
|
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs\Parameters","WritingSupport",0x00010001,0x00000001
|
||||||
|
|
||||||
|
; FFS Filesystem driver
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Services\ffs","ErrorControl",0x00010001,0x00000000
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Services\ffs","Group",0x00000000,"Boot File System"
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Services\ffs","ImagePath",0x00020000,"system32\drivers\ffs.sys"
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Services\ffs","Start",0x00010001,0x00000003
|
||||||
|
HKLM,"SYSTEM\CurrentControlSet\Services\ffs","Type",0x00010001,0x00000002
|
||||||
|
|
||||||
; Filesystem Filter Manager driver
|
; Filesystem Filter Manager driver
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
|
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
|
||||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
|
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
|
||||||
|
|
|
@ -69,6 +69,7 @@ ksecdd.sys=,,,,,,,,,,,,4
|
||||||
mountmgr.sys=,,,,,,x,,,,,,4
|
mountmgr.sys=,,,,,,x,,,,,,4
|
||||||
btrfs.sys=,,,,,,x,,,,,,4
|
btrfs.sys=,,,,,,x,,,,,,4
|
||||||
reiserfs.sys=,,,,,,x,,,,,,4
|
reiserfs.sys=,,,,,,x,,,,,,4
|
||||||
|
ffs.sys=,,,,,,x,,,,,,4
|
||||||
|
|
||||||
[SystemPartitionFiles]
|
[SystemPartitionFiles]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue