fix: PS/2 keyboard initialization sequence
[lunaix-os.git] / lunaix-os / makefile
index 20de158c0bf57ad9cf353d21a00a71796870ba0d..27ce9b7bdd9d86fe35d373881b10db56e28cbb9a 100644 (file)
@@ -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