refactor: one more step towards arch-agnostic design
[lunaix-os.git] / lunaix-os / .vscode / launch.json
index 6bbd277cdee1144e997dea81515cc450d86a5a9c..0a866ca4fa6d27874f3ad8c86ceced62cb91d317 100644 (file)
@@ -8,7 +8,7 @@
             "type": "gdb",
             "request": "attach",
             "name": "LunaixOS",
-            "executable": "${workspaceRoot}/build/bin/lunaix.bin",
+            "executable": "${workspaceRoot}/build/bin/kernel.bin",
             "target": ":1234",
             "remote": true,
             "cwd": "${workspaceRoot}",