VGA driver

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
com1
Member
Member
Posts: 105
Joined: Sat Apr 28, 2007 11:57 am
Location: TN

VGA driver

Post by com1 »

hello,

could anybody give me some pointers on writing a VGA driver? i know things about VGA and allocating pixels, but am confused on writing a driver
oh microsoft, microsoft, what souls you have dismayed
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

Well you could look at existing interfaces and then build a driver to cover the requested functionality:

Common 2D graphics api
Once universally present, now a deprecated interface. <- DONT CLICK *NIX FANBOYS

Not sure how advanced your VGA knowledge is, but these might be useful as well:
VGA Resources
VGA Hardware
Some VGA sample code
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Post Reply