mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Support for VMware video driver
svn path=/trunk/; revision=4152
This commit is contained in:
+2
-2
@@ -50,8 +50,8 @@ DRIVERS_LIB = bzip2 zlib
|
||||
|
||||
# Kernel mode device drivers
|
||||
# Obsolete: ide
|
||||
# beep blue floppy null parallel ramdrv serenum serial vga vidport
|
||||
DEVICE_DRIVERS = beep blue floppy null serial vga vidport
|
||||
# beep blue floppy null parallel ramdrv serenum serial vga videoprt
|
||||
DEVICE_DRIVERS = beep blue floppy null serial vga videoprt
|
||||
|
||||
# Kernel mode input drivers
|
||||
# keyboard mouclass psaux sermouse
|
||||
|
||||
@@ -290,6 +290,13 @@ REGEDIT4
|
||||
"Start"=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\Select]
|
||||
|
||||
Reference in New Issue
Block a user