Difference between revisions of "Bootvid.dll"

From ReactOS Wiki
Jump to: navigation, search
m (Created page with "http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/base/bootvid/?view=log ChangeLog-0.2.2 *Changed the video mode setting to directly program the VGA registers instea…")
 
m
Line 5: Line 5:
 
*Changed the video mode setting to directly program the VGA registers instead of using Ke386CallBios ([[Filip Navara]])
 
*Changed the video mode setting to directly program the VGA registers instead of using Ke386CallBios ([[Filip Navara]])
 
*Properly map the video memory ([[Filip Navara]])
 
*Properly map the video memory ([[Filip Navara]])
 +
 +
[[ChangeLog-0.2.3]]
 +
 +
*Support for the End-Of-Line RLE mark ([[Filip Navara]])
 +
*Treat the bitmap header field bV5ClrUsed correctly if it's set to zero ([[Filip Navara]])
 +
*End-Of-Line marker at the real end of line shouldn't advance the vertical offset ([[Filip Navara]])
 +
*Revert change to VGA register values that I accidently commited ([[Filip Navara]])

Revision as of 21:31, 11 March 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/base/bootvid/?view=log

ChangeLog-0.2.2

  • Changed the video mode setting to directly program the VGA registers instead of using Ke386CallBios (Filip Navara)
  • Properly map the video memory (Filip Navara)

ChangeLog-0.2.3

  • Support for the End-Of-Line RLE mark (Filip Navara)
  • Treat the bitmap header field bV5ClrUsed correctly if it's set to zero (Filip Navara)
  • End-Of-Line marker at the real end of line shouldn't advance the vertical offset (Filip Navara)
  • Revert change to VGA register values that I accidently commited (Filip Navara)