Bochs VBE Extensions: Difference between revisions

Jump to navigation Jump to search
no edit summary
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 50:
=== Clearing display memory ===
When enabling the VBE extensions, Bochs clears the video memory (i.e. sets all bytes to 0). To prevent this from happening, use the VBE_DISPI_NOCLEARMEM flag (0x80) when enabling the VBE extensions (so write a value of VBE_DISPI_INDEX_ENABLE | VBE_DISPI_NOCLEARMEM (0x84) for banked mode and VBE_DISPI_INDEX_ENABLE | VBE_DISPI_LFB_ENABLED | VBE_DISPI_NOCLEARMEM (0xC4) for LFB).
 
=== Miscellaneous ===
[TODO: check and describe VBE_DISPI_INDEX_ID (with associated VBE_DISPI_IDx constants), VBE_DISPI_INDEX_VIRT_WIDTH/HEIGHT, VBE_DISPI_INDEX_X/Y_OFFSET, VBE_DISPI_GETCAPS, VBE_DISPI_8BIT_DAC]
 
[[Category:Video]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu