1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 16:51:00 +00:00
serenity/Kernel/Prekernel
Nico Weber 0319aa315a Kernel: Add __stack_chk_fail to aarch64 Prekernel init
This is needed for some functions with local variables. We'll grow
such a function soon.
2021-09-19 17:45:59 +02:00
..
Arch Kernel: Add __stack_chk_fail to aarch64 Prekernel init 2021-09-19 17:45:59 +02:00
CMakeLists.txt Kernel: Don't link Prekernel against kernel_heap 2021-09-17 17:59:22 +03: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