Make a new layout for the OS, rebrand to XunilOS

This commit is contained in:
csd4ni3l
2026-03-14 11:33:01 +01:00
parent eeb1c6c701
commit 8308a7ae32
20 changed files with 67 additions and 62 deletions

5
kernel/src/driver/mod.rs Normal file
View File

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