X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bf870a1dde437a48ae40d092a14e164c861ea102..8328d66ad5de53d630db5b32a155404181733843:/lunaix-os/makefile?ds=inline diff --git a/lunaix-os/makefile b/lunaix-os/makefile index 20de158..27ce9b7 100644 --- a/lunaix-os/makefile +++ b/lunaix-os/makefile @@ -70,3 +70,7 @@ debug-qemu-vscode: all-debug debug-bochs: all-debug @bochs -q -f bochs.cfg + +debug-metal: + @printf "@cmc" > $(PORT) + @gdb -s $(BUILD_DIR)/kernel.dbg -ex "target remote $(PORT)" \ No newline at end of file