mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Meta: Update AArch64 kernel base address in the gdb kernel debug script
The correct value for now is 0, since the AArch64 linker script uses a hard-coded memory layout, so the offset is already automatically applied.
This commit is contained in:
parent
8bb0be7d4f
commit
b8437a03e7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [ "$SERENITY_ARCH" = "x86_64" ]; then
|
|||
elif [ "$SERENITY_ARCH" = "aarch64" ]; then
|
||||
gdb_arch=aarch64:armv8-r
|
||||
prekernel_image=Prekernel
|
||||
kernel_base=0xc0000000 # FIXME
|
||||
kernel_base=0x0
|
||||
fi
|
||||
|
||||
# FIXME: This doesn't work when running QEMU inside the WSL2 VM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue