diff options
author | Timon Kruiper <timonkruiper@gmail.com> | 2023-01-06 14:50:05 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-24 14:54:44 +0000 |
commit | 91d04519991083c2d6bdf85f535a2e64278e86ca (patch) | |
tree | 07501786b1fa09ad0327a165687159781cfbee22 /Kernel/Arch/ThreadRegisters.h | |
parent | a581cae4d411401aba5857add7e308a6cc7b55cf (diff) | |
download | serenity-91d04519991083c2d6bdf85f535a2e64278e86ca.zip |
Kernel/aarch64: Use relative addressing in boot.S
As the kernel is now linked at high address in virtual memory, we cannot
use absolute addresses as they refer to high addresses in virtual
memory. At this point in the boot process we are still running with the
MMU off, so we have to make sure the accesses are using physical memory
addresses.
Diffstat (limited to 'Kernel/Arch/ThreadRegisters.h')
0 files changed, 0 insertions, 0 deletions