mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:47:34 +00:00
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
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
Add a link
Reference in a new issue