git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix: PS/2 keyboard initialization sequence
[lunaix-os.git]
/
lunaix-os
/
makefile
diff --git
a/lunaix-os/makefile
b/lunaix-os/makefile
index 20de158c0bf57ad9cf353d21a00a71796870ba0d..27ce9b7bdd9d86fe35d373881b10db56e28cbb9a 100644
(file)
--- 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