feat: setup gdt and idt and handle basic ISRs
This commit is contained in:
@@ -2,4 +2,9 @@
|
||||
|
||||
ISO=${1}
|
||||
|
||||
qemu-system-x86_64 -bios /usr/share/ovmf/x64/OVMF.fd -cdrom "${ISO}" -S -s -d guest_errors
|
||||
qemu-system-x86_64 \
|
||||
-cpu qemu64 \
|
||||
-m 8G \
|
||||
-drive if=pflash,format=raw,readonly=on,file=/usr/share/ovmf/x64/OVMF_CODE.fd \
|
||||
-cdrom "${ISO}" \
|
||||
-S -s -d guest_errors,pcall,cpu_reset
|
||||
Reference in New Issue
Block a user