feat: start application via application_manager

This commit is contained in:
2026-03-25 21:40:33 +01:00
parent 6798f6b56d
commit 804941d933
12 changed files with 107 additions and 51 deletions

10
.vscode/launch.json vendored
View File

@@ -66,6 +66,16 @@
"preLaunchTask": "Run QEMU",
"stopOnEntry": true,
"processCreateCommands": ["gdb-remote localhost:1234"]
},
{
"name": "NVIM LLDB",
"type": "codelldb",
"request": "attach",
"program": "${workspaceFolder}/target/aarch64-unknown-none/debug/nova",
"preLaunchTask": "Run QEMU",
"stopOnEntry": true,
"processCreateCommands": ["gdb-remote localhost:1234"]
}
]
}