This commit is contained in:
2026-07-15 08:07:06 -05:00
parent c77d9e1725
commit 44a0c9aeba
9 changed files with 126 additions and 51 deletions

View File

@@ -33,7 +33,7 @@ obj/%.S.o: %.S
$(CC) -c $< -o $@ $(CFLAGS)
run: $(OSNAME).iso
qemu-system-i386 -cdrom $(OSNAME).iso
qemu-system-i386 -device VGA,edid=on -cdrom $(OSNAME).iso
clean:
@echo "Cleaning up build artifacts..."