glm94
|
49efafe173
|
Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
|
2020-08-06 22:36:39 -05:00 |
|
glm94
|
db1a68188f
|
Minor code clean up, and added some convenience to the draw_string function.
|
2020-08-06 17:00:05 -05:00 |
|
glm94
|
b409b3e9d2
|
Added support for setting up a serial port. This first serial driver appears to only work correctly in QEMU.
|
2020-05-24 03:24:25 -05:00 |
|
glm94
|
cf88cb98fb
|
Implemented a software cursor of sorts and updated the function that draws a string to honor that cursor position.
|
2020-05-23 17:09:06 -05:00 |
|
glm94
|
7613ba9de2
|
Implemented a simple draw_rect function into the video driver.
|
2020-05-22 16:30:00 -05:00 |
|
glm94
|
a1b1b90793
|
Setup a graphics 'driver' of sorts that can display a banner at the top of the screen.
|
2020-05-22 12:33:50 -05:00 |
|