serenity/Kernel/Prekernel
Gunnar Beutner 3678f78bfb Prekernel: Make sure the last few bytes of the kernel image are mapped
Depending on the exact layout of the .ksyms section the kernel would
fail to boot because the kernel_load_end variable didn't account for the
section's size.
2021-07-19 17:47:54 +02:00
..
boot.S Kernel: Simplify the linker script for the prekernel 2021-07-19 11:29:09 +02:00
BootInfo.h Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
CMakeLists.txt Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
init.cpp Prekernel: Make sure the last few bytes of the kernel image are mapped 2021-07-19 17:47:54 +02:00
linker.ld Kernel: Simplify the linker script for the prekernel 2021-07-19 11:29:09 +02:00
multiboot.S Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
Prekernel.h Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
UBSanitizer.cpp Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00