getting simple display abi

This commit is contained in:
2025-07-30 18:00:47 -06:00
parent 078e1f6931
commit 602e47f57b
4 changed files with 28 additions and 43 deletions

View File

@@ -5,5 +5,5 @@ use shared::keyboard::{KeyCode, KeyEvent, KeyState, Modifiers};
#[repr(C)]
pub enum Syscall {
DrawPixels { x: u32, y: u32, color: u32 },
DrawPixel { x: u32, y: u32, color: u16 },
}