commit | ae6eb8f5d3c076e54709f87da8a0ba1985596cb1 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sun Jan 01 10:33:51 2012 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Sun Jan 01 10:33:51 2012 -0500 |
tree | 41889ca152166985f32c6d25fee1ee8b4a5cb574 | |
parent | 161d201affa5dd23a39a0de9a0743b857448c4b6 [diff] |
vgabios: Framebuffer fixes for CGA and planar graphics modes. Fix missing divide by 2 in CGA mode scroll. Consistently use cheight/2 for all uses. Planar graphics character write has a read to video memory with a side effect - mark that as volatile so the compiler doesn't optimize it away. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>