Writing a generic Windows 3.x Graphics Driver

From DisNCord Community Wiki
Revision as of 07:50, 20 January 2023 by Pjok (talk | contribs) (Adding a page for Windows 3.x graphics driver development)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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...