feature/nikocs/framebuffer #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feature/nikocs/framebuffer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
adds virtio-gpu driver, a 320x240 framebuffer (that should ideally be standard across all ports, although we may change the interface depending on our internal designs), and syscalls to interact with the framebuffer
currently of note: the syscall to flush the framebuffer only seems to work if you flush 0,0,320,240 and seems inconsistent in what else it accepts (needs more checking)
this isn't too big of a deal because virtio-gpu is not our primary target