[ros-kernel] Loading hpt3xx.sys and KMODE_EXCEPTION in
objects/gdiobj.c
Filip Navara
xnavara at volny.cz
Mon Jul 12 23:00:10 CEST 2004
Hi Mike!
Mike Greubel wrote:
> [.... cut ....]
>
> ; Highpoint HPT370A driver
> HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","ErrorControl",0x00010001,0x00000000
> HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","Group",0x00000000,"SCSI
> Miniport"
> HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","ImagePath",0x00020000,"system32\drivers\hpt3xx.sys"
> HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","Start",0x00010001,0x00000000
> HKLM,"SYSTEM\CurrentControlSet\Services\Atapi","Type",0x00010001,0x00000001
Change
HKLM,"SYSTEM\CurrentControlSet\Services\Atapi"
to
HKLM,"SYSTEM\CurrentControlSet\Services\Hpt3xx"
You can't have duplicate entries here.
About the video driver problem. How do you install the registry? By
"make registry"? Normally this line in hiveinst.inf enables the VBE driver:
HKLM,"SYSTEM\CurrentControlSet\Services\VBE","Start",0x00010001,0x00000001
- Filip
More information about the Ros-kernel
mailing list