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

View File

@@ -213,6 +213,7 @@ ifeq ($(KARCH),loongarch64)
iso_root -o $(IMAGE_NAME).iso
endif
rm -rf iso_root
qemu-system-$(KARCH) -cdrom $(IMAGE_NAME).iso -m 512M -serial stdio
$(IMAGE_NAME).hdd: limine/limine kernel
rm -f $(IMAGE_NAME).hdd