about summary refs log tree commit diff stats
path: root/baremetal/ex2.hex
Commit message (Collapse)AuthorAgeFilesLines
* 7416 - baremetal: drawing on frame bufferKartik Agaram2020-12-261-6/+17
| | | | | This currently works on Qemu, but not on Bochs. I'm now trying to make sense of https://wiki.osdev.org/Bochs_VBE_Extensions#Using_a_linear_frame_buffer_.28LFB.29
* 7412 - drawing pixels to screenKartik Agaram2020-12-261-0/+29
This works, but colors are unexpected. 0xff isn't white. Lots of colors are black. Perhaps I need to initialize a palette.