Add mouse and clean virtio

This commit is contained in:
2026-03-11 16:42:58 +01:00
parent 60ddc88b38
commit f67718c3fe
14 changed files with 453 additions and 255 deletions

View File

@@ -8,7 +8,7 @@ use alloc::{format, string::ToString};
use log::error;
use crate::{
HEAP, HEAP_INITIALIZED,
HEAP_INITIALIZED,
draw::{Color, Draw, FONT_HEIGHT},
uart::write_uart,
vga::Vga,