VESA Video Modes: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Reading from the video memory is slooow!
m added GOP link
Line 1:
Under legacy BIOS you can access the video card functions using the standardized VESA/VBE functions. On modern systems with UEFI (in lack of BIOS), you'll have to use [[GOP]] (Graphics Output Protocol) to access the video card in a standardized way. As of 2020 VESA is considered obsolete.
== VESA Functions ==
You'll want to look in the VESA VBE docs for these functions:
Line 163 ⟶ 164:
===Articles===
* [[User:Omarrx024/VESA_Tutorial|VESA Tutorial]]
* [[GOP|Graphic Output Protocol]] - VESA successor
 
===Threads===