aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 21:35:43 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 21:35:43 +0000
commit9b12522f37c3f8704e8f8ca8736689dbbf30ce8b (patch)
treea18d04dcb11ee11520af3f75120dfdea4689e14a /.vscode
parent05ac8c2bdd000d27b38411db2223eabb649c318f (diff)
downloadteachos-9b12522f37c3f8704e8f8ca8736689dbbf30ce8b.tar.xz
teachos-9b12522f37c3f8704e8f8ca8736689dbbf30ce8b.zip
cmake: introduce ELF utility module
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7778c04..6739aa3 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -11,7 +11,7 @@
"gdbpath": "x86_64-pc-elf-gdb",
"cwd": "${workspaceFolder}",
"preLaunchTask": "QEMU (gdb)",
- "executable": "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.elf",
+ "executable": "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.sym",
"autorun": [
"-enable-pretty-printing",
"-break-insert _start"