551441aabfcbedddf989d7b30496cd7f0f1cf5ba
[reactos.git] / reactos / bootdata / hiveinst.inf
1 [Version]
2 Signature = "$ReactOS$"
3
4 [AddReg]
5 ; Enable _one_ driver per section by removing the leading semicolon.
6
7 ;
8 ; Display driver section
9 ;
10
11 ; VBE SVGA driver
12 HKLM,"SYSTEM\CurrentControlSet\Services\VBE","Start",0x00010001,0x00000001
13
14 ; VGA miniport driver
15 HKLM,"SYSTEM\CurrentControlSet\Services\Vga","Start",0x00010001,0x00000001
16
17
18 ;
19 ; Mouse driver section
20 ;
21
22 ; PS/2 mouse port driver
23 HKLM,"SYSTEM\CurrentControlSet\Services\Psaux","Start",0x00010001,0x00000001
24
25 ; Serial mouse driver
26 ;HKLM,"SYSTEM\CurrentControlSet\Services\Sermouse","Start",0x00010001,0x00000001