Call fail like in VSS instead of like in fail-targets
This commit is contained in:
3
Makefile
3
Makefile
@ -15,3 +15,6 @@ qemu-host:
|
||||
|
||||
gdb-host:
|
||||
nix shell nixpkgs#gdb --command gdb ./examples/build-bochs/sum/system.elf -ex "set substitute-path build-bochs ./examples/build-bochs" -ex "target remote localhost:1234" -ex "break os_main"
|
||||
|
||||
radare:
|
||||
radare2 -AA -c "s dbg.os_main; pdf" ./examples/build-bochs/sum/system.elf
|
||||
|
||||
Reference in New Issue
Block a user