mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
[FREELDR] Add display controller detection for Xbox
Also add system identifier here. [BOOTDATA] Fix some typos CORE-16216
This commit is contained in:
parent
9f6442ffbe
commit
415c737cc3
2 changed files with 56 additions and 2 deletions
|
@ -266,7 +266,7 @@ ntoskrnl.exe = 1,,,,,,,2,,,,1,2
|
|||
hal.dll = 1,,,,,,,2,,,,1,2
|
||||
|
||||
[Display]
|
||||
;<id> = <user friendly name>,<spare>,<service key name>,<height>,<width>,<bpp>
|
||||
;<id> = <user friendly name>,<spare>,<service key name>,<width>,<height>,<bpp>
|
||||
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
|
||||
|
@ -298,7 +298,7 @@ xbox = "Original Xbox NV2A Framebuffer (640x480x32)",,XboxVmp,640,48
|
|||
;<id> = <pnp id string>
|
||||
vga = "VGA Display"
|
||||
vbe = "VBE Display"
|
||||
xboxvmp = "NV2A Framebuffer"
|
||||
xbox = "NV2A Framebuffer"
|
||||
|
||||
[Keyboard]
|
||||
Default = "XT-, AT- or extended keyboard (83-105 keys)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue