mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FFS]
Enable the FFS support. Patch by Peter Hater. CORE-11040 svn path=/trunk/; revision=71427
This commit is contained in:
@@ -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","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
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
|
||||
|
||||
@@ -69,6 +69,7 @@ ksecdd.sys=,,,,,,,,,,,,4
|
||||
mountmgr.sys=,,,,,,x,,,,,,4
|
||||
btrfs.sys=,,,,,,x,,,,,,4
|
||||
reiserfs.sys=,,,,,,x,,,,,,4
|
||||
ffs.sys=,,,,,,x,,,,,,4
|
||||
|
||||
[SystemPartitionFiles]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user