commit | b4eb6fc5cc051e18d07f9483c093c9c32cece2f7 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Fri Oct 17 22:15:42 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Nov 12 12:17:57 2014 -0500 |
tree | 0eb793ef2481b9b2dcaa8e501078708858146ec1 | |
parent | 6fed307251e2590e9a999af64cf29ff739b034f9 [diff] |
vgabios: Add software cursor capability Add mechanism for drawing a cursor to the framebuffer to implement a cursor in software. The timer interrupt is "hooked" so that the cursor can blink. This can be useful for "coreboot native vga". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>