Task switching fix? but doesnt exit process gracefully
This commit is contained in:
4
Makefile
4
Makefile
@@ -36,6 +36,10 @@ debug:
|
||||
/usr/bin/qemu-system-x86_64 -drive file=pepper.iso -s -S -d int -no-reboot -no-shutdown &
|
||||
gdb pepperk --command=debug.gdb
|
||||
|
||||
debug2:
|
||||
/usr/bin/qemu-system-x86_64 -drive file=pepper.iso -s -S -d int -no-reboot -no-shutdown &
|
||||
pwndbg pepperk --command=debug.gdb
|
||||
|
||||
run: build-iso
|
||||
/usr/bin/qemu-system-x86_64 -cdrom pepper.iso -serial stdio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user