mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Boot new disk and cdrom drivers instead of ide.sys.
svn path=/trunk/; revision=2747
This commit is contained in:
parent
5fa7b5d2e6
commit
4b4b2c0194
1 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@ REGEDIT4
|
|||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Atapi]
|
||||
"ImagePath"="system32\drivers\atapi.sys"
|
||||
"Group"="SCSI Miniport"
|
||||
"Start"=dword:00000004
|
||||
"Start"=dword:00000000
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Beep]
|
||||
|
@ -73,19 +73,19 @@ REGEDIT4
|
|||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Cdrom]
|
||||
"ImagePath"="system32\drivers\cdrom.sys"
|
||||
"Group"="SCSI Class"
|
||||
"Start"=dword:00000004
|
||||
"Start"=dword:00000000
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Class2]
|
||||
"ImagePath"="system32\drivers\class2.sys"
|
||||
"Group"="SCSI Class Helper"
|
||||
"Start"=dword:00000004
|
||||
"Start"=dword:00000000
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Disk]
|
||||
"ImagePath"="system32\drivers\disk.sys"
|
||||
"Group"="SCSI Class"
|
||||
"Start"=dword:00000004
|
||||
"Start"=dword:00000000
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Floppy]
|
||||
|
@ -97,7 +97,7 @@ REGEDIT4
|
|||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Ide]
|
||||
"ImagePath"="system32\drivers\ide.sys"
|
||||
"Group"="Primary Disk"
|
||||
"Start"=dword:00000000
|
||||
"Start"=dword:00000004
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Msfs]
|
||||
|
@ -121,7 +121,7 @@ REGEDIT4
|
|||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Scsiport]
|
||||
"ImagePath"="system32\drivers\scsiport.sys"
|
||||
"Group"="SCSI Port"
|
||||
"Start"=dword:00000004
|
||||
"Start"=dword:00000000
|
||||
"Type"=dword:00000001
|
||||
|
||||
[\Registry\Machine\SYSTEM\CurrentControlSet\Services\Vfatfs]
|
||||
|
|
Loading…
Reference in a new issue