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

From DisNCord Community Wiki
Jump to navigation Jump to search
(Adding a page for Windows 3.x graphics driver development)
 
m (Added category to the page)
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...
[[Category:Projects]]
[[Category:Drivers]]

Revision as of 07:51, 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...