VESA Video Modes: Difference between revisions

m
Fix markup splitting the heading
[unchecked revision][unchecked revision]
m (moved Getting VBE Mode Info to VESA Video Modes: Searching for "VESA" did not find this page, or any other page. Renaming to help people find this information quicker.)
m (Fix markup splitting the heading)
Line 50:
</source>
 
'''INT 0x10, AX=0x4F02, BX=mode, ES:DI=CRTCInfoBlock'''
;INT 0x10, AX=0x4F02, BX=mode, ES:DI=CRTCInfoBlock: Set Video Mode. Call this with the mode number you decide to use. If you choose a mode that makes use of a linear framebuffer, you should OR the mode number with 0x4000. This sets the "Use LFB" bit in the mode number. Set the bit 11 of BX to instruct the BIOS to use the passed CRTCInfoBlock structure, see the specification for more information.
 
:BIOSs can switch to protected mode to implement this, and might reset the GDT. This is observable on QEMU 2.2.x.
 
== Will it work with Bochs? ==
1,490

edits