mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
Olaf Siejka <olaf_siejka@o2.pl>
- Add VBE 24bpp modes into 1st stage setup. svn path=/trunk/; revision=38697
This commit is contained in:
parent
29e04fb184
commit
dd4b33c2a6
1 changed files with 3 additions and 0 deletions
|
@ -84,12 +84,15 @@ halmp.dll=,,,,,,,,,,hal.dll,,2
|
|||
vga = "VGA Display (640x480x4)",,Vga,640,480,4
|
||||
vbe_640x480x8 = "VESA Display (640x480x8)",,VBE,640,480,8
|
||||
vbe_640x480x16 = "VESA Display (640x480x16)",,VBE,640,480,16
|
||||
vbe_640x480x24 = "VESA Display (640x480x24)",,VBE,640,480,24
|
||||
vbe_640x480x32 = "VESA Display (640x480x32)",,VBE,640,480,32
|
||||
vbe_800x600x8 = "VESA Display (800x600x8)",,VBE,800,600,8
|
||||
vbe = "VESA Display (800x600x16)",,VBE,800,600,16
|
||||
vbe_800x600x24 = "VESA Display (800x600x24)",,VBE,800,600,24
|
||||
vbe_800x600x32 = "VESA Display (800x600x32)",,VBE,800,600,32
|
||||
vbe_1024x768x8 = "VESA Display (1024x768x8)",,VBE,1024,768,8
|
||||
vbe_1024x768x16 = "VESA Display (1024x768x16)",,VBE,1024,768,16
|
||||
vbe_1024x768x24 = "VESA Display (1024x768x24)",,VBE,1024,768,24
|
||||
vbe_1024x768x32 = "VESA Display (1024x768x32)",,VBE,1024,768,32
|
||||
|
||||
[Map.Display]
|
||||
|
|
Loading…
Reference in a new issue