Meta: Fix path to kernel binary in debug-kernel.sh
This appears to have been broken since the migration to cmake.
This commit is contained in:
parent
50308f6fda
commit
489fe9b66a
Notes:
sideshowbarker
2024-07-18 22:32:20 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/489fe9b66ad Pull-request: https://github.com/SerenityOS/serenity/pull/5248
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
|||
# the debugger which binary to load symbols, etc from.
|
||||
#
|
||||
$SERENITY_KERNEL_DEBUGGER \
|
||||
-ex "file $(pwd)/kernel" \
|
||||
-ex "file $(dirname "$0")/../Build/Kernel/Kernel" \
|
||||
-ex 'set arch i386:intel' \
|
||||
-ex 'target remote localhost:1234'
|
||||
|
|
Loading…
Add table
Reference in a new issue