Bochs VBE Extensions: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (added common issues)
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
(2 intermediate revisions by one other user not shown)
Line 118:
=== Example code ===
 
<sourcesyntaxhighlight lang="c">
void BgaWriteRegister(unsigned short IndexValue, unsigned short DataValue)
{
Line 152:
}
 
</syntaxhighlight>
</source>
 
==External Links==
=== Common issues ===
[http://cvs.savannah.nongnu.org/viewvc/*checkout*/vgabios/vgabios/vbe_display_api.txt?revision=1.14 Specification]
 
A issue I had while programming my driver is that it would initialize properly, but no pixels would be set. Upon further analysis, writing to the linear frame buffer caused a page fault, althought I couldn't see it.
[[Category:Video]]
[[Category:VGA]]