mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[REISERFS]
Enable the ReiserFS support. Patch by Peter Hater. CORE-11005 svn path=/trunk/; revision=71416
This commit is contained in:
parent
89138635e9
commit
d54f933810
2 changed files with 10 additions and 0 deletions
|
@ -1986,6 +1986,15 @@ HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","ImagePath",0x00020000,"system32\
|
|||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Start",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Type",0x00010001,0x00000002
|
||||
|
||||
; REISER Filesystem driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","ErrorControl",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","Group",0x00000000,"Boot File System"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","ImagePath",0x00020000,"system32\drivers\reiserfs.sys"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","Start",0x00010001,0x00000003
|
||||
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
|
||||
|
||||
; Filesystem Filter Manager driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
|
||||
|
|
|
@ -68,6 +68,7 @@ wmilib.sys=,,,,,,,,,,,,4
|
|||
ksecdd.sys=,,,,,,,,,,,,4
|
||||
mountmgr.sys=,,,,,,x,,,,,,4
|
||||
btrfs.sys=,,,,,,x,,,,,,4
|
||||
reiserfs.sys=,,,,,,x,,,,,,4
|
||||
|
||||
[SystemPartitionFiles]
|
||||
|
||||
|
|
Loading…
Reference in a new issue