Writing a generic Windows 3.x Graphics Driver: Difference between revisions

From DisNCord Community Wiki
Jump to navigation Jump to search
m (Added category to the page)
m (Add a source section for things)
 
Line 7: Line 7:
* Get tooling set up for a modern dev environment (Preferably vcode)
* Get tooling set up for a modern dev environment (Preferably vcode)
* Add more tasks...
* Add more tasks...
---
source stuff
https://www.os2museum.com/wp/antique-display-driving/
[[Category:Projects]]
[[Category:Projects]]
[[Category:Drivers]]
[[Category:Drivers]]

Latest revision as of 08:14, 20 January 2023

TODO:

  • Get an example driver from the DDK stripped down to a bare minimum along with the 286/386 grabbers
  • Looking at VESA 2.0/3.0 and figure out what is useable
  • Write it in C and not assembly, decide on compiler... (Most likely VC++ 1.52c)
  • Get tooling set up for a modern dev environment (Preferably vcode)
  • Add more tasks...



---

source stuff

https://www.os2museum.com/wp/antique-display-driving/