User talk:Combuster/Frankenstein's MSVC

From OSDev.wiki
Revision as of 09:57, 30 July 2010 by Creature (talk | contribs) (Added notes.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Latest comment: 13 years ago by Creature in topic A couple of notes
Jump to navigation Jump to search

A couple of notes

  1. In "Building an OS image", the file Test.cpp AFAIK does an invalid write to video memory; the color attribute byte used in video memory (of which each cell is a word) is overwritten with the next character of the word. You may want to fix that to set a standard color.
  2. I think it may be handy if you also posted the versions of Wine and Visual C++ you used with this article. AFAIK not all versions of Wine work with each version of the VC++ compiler equally well.

Creature 09:57, 30 July 2010 (UTC)Reply[reply]