Move to single arch, add serial console, font rendering, panic handling, move graphics to multiple files, use a global mutex framebuffer & serialconsole

This commit is contained in:
csd4ni3l
2026-03-14 16:40:23 +01:00
parent 8308a7ae32
commit 7a938283f7
17 changed files with 205 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
pub mod framebuffer;
pub mod graphics;
pub mod font_render;
pub mod keyboard;
pub mod timer;