mirror of
https://github.com/taigrr/gopher-os
synced 2025-01-18 04:43:13 -08:00
Make qemu log exceptions and prevent reboots in case of triple faults
This commit is contained in:
parent
6e8d504ae8
commit
56d031621d
2
Makefile
2
Makefile
@ -111,7 +111,7 @@ iso:
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
run: iso
|
run: iso
|
||||||
qemu-system-$(ARCH) -cdrom $(iso_target)
|
qemu-system-$(ARCH) -cdrom $(iso_target) -d int,cpu_reset -no-reboot
|
||||||
|
|
||||||
gdb: iso
|
gdb: iso
|
||||||
qemu-system-$(ARCH) -M accel=tcg -s -S -cdrom $(iso_target) &
|
qemu-system-$(ARCH) -M accel=tcg -s -S -cdrom $(iso_target) &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user