Add: BMP working renderer (24b) + minor bug fixes

This commit is contained in:
xamidev
2024-09-06 21:01:31 +02:00
parent f55723c227
commit 247558669e
14 changed files with 58 additions and 22 deletions

View File

@@ -63,7 +63,7 @@ run: iso
qemu-system-i386 -drive file=blankos.iso,format=raw
debug:
qemu-system-i386 -s -S -drive file=blankos.iso,format=raw
./debug.sh
clean:
rm -rf $(OBJ_DIR) kernel.elf blankos.iso $(TOOLCHAIN_FILE)