aboutsummaryrefslogtreecommitdiff
path: root/.vscode
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
parent3a47a8bd0edcfa3aa03562d0a5c390ef85ad0c6b (diff)
downloadteachos-05ac8c2bdd000d27b38411db2223eabb649c318f.tar.xz
teachos-05ac8c2bdd000d27b38411db2223eabb649c318f.zip
build: reintroduce bootable ISO
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
-rw-r--r--.vscode/tasks.json4
2 files changed, 3 insertions, 3 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"
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 3b5ae9f..12ec2ea 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -17,7 +17,7 @@
"-d",
"int,cpu_reset",
"-cdrom",
- "${command:cmake.buildDirectory}/teachos-${command:cmake.buildType}.iso"
+ "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.iso"
],
"isBackground": true,
"presentation": {
@@ -52,7 +52,7 @@
"-display",
"curses",
"-cdrom",
- "${command:cmake.buildDirectory}/teachos-${command:cmake.buildType}.iso"
+ "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/kernel.iso"
],
"isBackground": true,
"presentation": {