Add qemu auto-run to makefile, separate utils into a directory, add graphics support with rectangles, circles and triangles, double buffering (kind of) , and make example shapes on startup with an orange background.

This commit is contained in:
csd4ni3l
2026-03-13 23:00:27 +01:00
parent b80e6735cd
commit eeb1c6c701
8 changed files with 207 additions and 33 deletions

7
kernel/Cargo.lock generated
View File

@@ -22,4 +22,11 @@ name = "limine-rust-template"
version = "0.1.0"
dependencies = [
"limine",
"micromath",
]
[[package]]
name = "micromath"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"