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
VGA driver
VGA driver
oh microsoft, microsoft, what souls you have dismayed
- Combuster
- 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:
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
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