summaryrefslogtreecommitdiff
path: root/Kernel/Arch/aarch64/linker.ld
AgeCommit message (Expand)Author
2023-05-21Kernel/aarch64: Detect if access faults come from SafeMemDaniel Bertalan
2023-03-25Revert "Kernel/aarch64: Embed disk image into kernel binary"Marco Cutecchia
2023-02-08Kernel/aarch64: Embed disk image into kernel binaryTimon Kruiper
2023-01-24Kernel/aarch64: Change base address of the kernel to 0x2000000000Timon Kruiper
2022-10-01Kernel/aarch64: Only identity map kernel image, instead of all of RAMTimon Kruiper
2022-08-06Kernel: Rounding size of bss to be a multiple of 8 for aarch64 linker.ldTimon Kruiper
2022-07-14Kernel+Userland: Remove supervisor pages conceptLiav A
2022-05-09Kernel: Call the constructors in the aarch64 init functionTimon Kruiper
2022-05-09Kernel: Reorder sections in aarch64 linker script to save spaceTimon Kruiper
2022-05-09Kernel: Add some mission sections to the aarch64 linker scriptTimon Kruiper
2022-05-03Kernel: Add the .ksyms section to the aarch64 Kernel binaryTimon Kruiper
2022-04-02Kernel: Add all memory files to aarch64 and fix resulting linker errorsJames Mintram
2022-03-12Kernel: Move aarch64 Prekernel into KernelJakub V. Flasar