VESA Video Modes: Difference between revisions

m
→‎VESA Functions: 0x400 is bit 10, which is reserved. should be bit 14 (hence 0x4000) instead.
[unchecked revision][unchecked revision]
(Sync VbeModeBlock member names across text and specification)
m (→‎VESA Functions: 0x400 is bit 10, which is reserved. should be bit 14 (hence 0x4000) instead.)
Line 50:
</source>
 
;INT 0x10, AX=0x4F02, BX=mode: 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 0x4000x4000. This sets the "Use LFB" bit in the mode number.
 
== Will it work with Bochs? ==
Anonymous user