fix: multiboot using unmapped pd

This commit is contained in:
0x35c
2025-11-28 11:12:14 +01:00
parent c33f8fc05d
commit 9b1a0f9f4f
2 changed files with 5 additions and 3 deletions

View File

@ -54,7 +54,7 @@ fast-run-iso: fast-iso
qemu-system-i386 -cdrom build/$(NAME).iso -vga std
debug: fast-iso
qemu-system-i386 -s -S -cdrom build/$(NAME).iso -vga std -d in_asm,int -M smm=off
qemu-system-i386 -s -S -cdrom build/$(NAME).iso -vga std -M smm=off
clean:
make -C libbozo clean