1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Kernel/Prekernel
Gunnar Beutner 3c616ae00f Kernel: Make the kernel independent from specific physical addresses
Previously the kernel relied on a fixed offset between virtual and
physical addresses based on the kernel's load address. This allows us
to specify an independent offset.
2021-07-27 13:15:16 +02:00
..
boot.S Kernel: Simplify the linker script for the prekernel 2021-07-19 11:29:09 +02:00
CMakeLists.txt Kernel: Add option to build with coverage instrumentation and KCOV 2021-07-26 17:40:28 +02:00
init.cpp Kernel: Make the kernel independent from specific physical 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
multiboot.S Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
Prekernel.h Kernel: Make the kernel independent from specific physical addresses 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00