serenity/Kernel/Prekernel
Nico Weber 62bc238ac3 Kernel: Let aarch64 port call into C++
Put all but the first core into a loop, make room for some stack,
and call init().
2021-09-06 21:57:59 +01:00
..
Arch Kernel: Let aarch64 port call into C++ 2021-09-06 21:57:59 +01:00
CMakeLists.txt Kernel: Let aarch64 port call into C++ 2021-09-06 21:57:59 +01: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