mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
Support for VMware video driver
svn path=/trunk/; revision=4152
This commit is contained in:
parent
aaa7b9a682
commit
e942503f49
2 changed files with 9 additions and 2 deletions
|
@ -50,8 +50,8 @@ DRIVERS_LIB = bzip2 zlib
|
||||||
|
|
||||||
# Kernel mode device drivers
|
# Kernel mode device drivers
|
||||||
# Obsolete: ide
|
# Obsolete: ide
|
||||||
# beep blue floppy null parallel ramdrv serenum serial vga vidport
|
# beep blue floppy null parallel ramdrv serenum serial vga videoprt
|
||||||
DEVICE_DRIVERS = beep blue floppy null serial vga vidport
|
DEVICE_DRIVERS = beep blue floppy null serial vga videoprt
|
||||||
|
|
||||||
# Kernel mode input drivers
|
# Kernel mode input drivers
|
||||||
# keyboard mouclass psaux sermouse
|
# keyboard mouclass psaux sermouse
|
||||||
|
|
|
@ -290,6 +290,13 @@ REGEDIT4
|
||||||
"Start"=dword:00000001
|
"Start"=dword:00000001
|
||||||
"Type"=dword:00000001
|
"Type"=dword:00000001
|
||||||
|
|
||||||
|
[\Registry\Machine\SYSTEM\ControlSet001\Services\vmx_svga]
|
||||||
|
"ErrorControl"=dword:00000000
|
||||||
|
"Group"="Video"
|
||||||
|
"ImagePath"=expand:"system32\drivers\vmx_svga.sys"
|
||||||
|
"Start"=dword:00000000
|
||||||
|
"Type"=dword:00000001
|
||||||
|
|
||||||
[\Registry\Machine\SYSTEM\ControlSet002]
|
[\Registry\Machine\SYSTEM\ControlSet002]
|
||||||
|
|
||||||
[\Registry\Machine\SYSTEM\Select]
|
[\Registry\Machine\SYSTEM\Select]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue