1
0
Fork 0

fix/kernel: Fixed APIC

This commit is contained in:
Kevin Alavik 2025-06-01 14:28:23 +02:00
parent 322e95fe98
commit 85e2eaf376
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
7 changed files with 24 additions and 10 deletions

View file

@ -15,7 +15,7 @@ all: $(IMAGE_NAME).iso
.PHONY: run
run: $(IMAGE_NAME).iso ovmf/ovmf-code-x86_64.fd
@qemu-system-x86_64 \
-M q35 -monitor stdio -serial file:com1.log \
-M q35 -serial stdio \
-drive if=pflash,unit=0,format=raw,file=ovmf/ovmf-code-x86_64.fd,readonly=on \
-cdrom $(IMAGE_NAME).iso \
$(QEMUFLAGS)