mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
No need to create a service group only for VBE driver. By using tags, VBE driver can be installed as the first one in the "Video Save" group
svn path=/trunk/; revision=29078
This commit is contained in:
@@ -46,7 +46,7 @@ framebuf.dll
|
||||
|
||||
[VGA_Inst.NT.Services]
|
||||
AddService = VGA, , VGA_Service_Inst
|
||||
AddService = VBE, 0x00000002, VBE_Service_Inst
|
||||
AddService = VBE, 0x00000003, VBE_Service_Inst ; SPSVCINST_TAGTOFRONT + SPSVCINST_ASSOCSERVICE
|
||||
|
||||
[VGA_Service_Inst]
|
||||
ServiceType = 1
|
||||
@@ -60,7 +60,7 @@ ServiceType = 1
|
||||
StartType = 1
|
||||
ErrorControl = 0
|
||||
ServiceBinary = %12%\vbemp.sys
|
||||
LoadOrderGroup = Video SVGA Save
|
||||
LoadOrderGroup = Video Save
|
||||
|
||||
;-------------------------------- STRINGS -------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user