1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 07:40:59 +00:00
serenity/Kernel/Prekernel
Nico Weber 2dc02607ed Kernel: Put boot.S first in aarch64 Prekernel source list
The better fix is to have a linker script. We'll need this to set
the entry point to 0x80000 for bare-metal builds anyways. But I'd
like to get some UART output in qemu before I add this (otherwise
I can't check if the bare-metal version does anything), so put
in this temporary kludge for now.
2021-09-12 17:26:41 +00:00
..
Arch Kernel: Define __stack_chk_guard for aarch64 Prekernel 2021-09-12 17:26:41 +00:00
CMakeLists.txt Kernel: Put boot.S first in aarch64 Prekernel source list 2021-09-12 17:26:41 +00:00
init.cpp Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
linker.ld Kernel: Simplify the linker script for the prekernel 2021-07-19 11:29:09 +02:00
Prekernel.h Kernel: Support loading the kernel at almost arbitrary virtual addresses 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp Kernel: Build UBSanitizer.cpp in aarch64 builds 2021-09-07 20:15:15 +01:00