feature/nikocs/framebuffer #1

Merged
husky merged 9 commits from feature/nikocs/framebuffer into develop 2025-09-11 16:54:17 -07:00
Owner

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

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
husky added 9 commits 2025-09-11 16:53:35 -07:00
husky merged commit 4ff46fa0ce into develop 2025-09-11 16:54:17 -07:00
husky deleted branch feature/nikocs/framebuffer 2025-09-11 16:54:17 -07:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Vore_Microcomputers/lifeblood_os#1
No description provided.