aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-14 21:29:10 +0000
committerFelix Morgner <felix.morgner@ost.ch>2025-07-14 21:29:10 +0000
commit05ac8c2bdd000d27b38411db2223eabb649c318f (patch)
treeb374fb6d8e7c068520547b2c25e7ce28c137e167 /.vscode/launch.json
parent3a47a8bd0edcfa3aa03562d0a5c390ef85ad0c6b (diff)
downloadteachos-05ac8c2bdd000d27b38411db2223eabb649c318f.tar.xz
teachos-05ac8c2bdd000d27b38411db2223eabb649c318f.zip
build: reintroduce bootable ISO
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 3b53048..7778c04 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.elf",
"autorun": [
"-enable-pretty-printing",
"-break-insert _start"