diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 13:07:01 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-14 13:07:01 +0000 |
| commit | 9bfd5652e865505ae73f5ae3ba70f384d7418e84 (patch) | |
| tree | 2dbfe2aeda355692b0d7ecfed2a52377d66865d3 /.vscode/launch.json | |
| parent | d275ced60d63b1618169d755d228a860dfd23237 (diff) | |
| download | teachos-9bfd5652e865505ae73f5ae3ba70f384d7418e84.tar.xz teachos-9bfd5652e865505ae73f5ae3ba70f384d7418e84.zip | |
build: upgrade x86-64 toolchain
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index e522ad5..3b53048 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", + "executable": "${command:cmake.buildDirectory}/bin/${command:cmake.buildType}/_kernel.elf", "autorun": [ "-enable-pretty-printing", "-break-insert _start" |
