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

View File

@@ -6,9 +6,10 @@ use core::arch::asm;
use limine::BaseRevision;
use limine::request::{FramebufferRequest, RequestsEndMarker, RequestsStartMarker};
pub mod utils;
pub mod driver;
use crate::utils::graphics::{Framebuffer, circle_filled, circle_outline, rectangle_filled, rectangle_outline, rgb, triangle_outline};
use crate::driver::graphics::{circle_filled, circle_outline, rectangle_filled, rectangle_outline, rgb, triangle_outline};
use crate::driver::framebuffer::Framebuffer;
/// Sets the base revision to the latest revision supported by the crate.
/// See specification for further info.