1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/Kernel/Prekernel
Gunnar Beutner b10a86d463 Prekernel: Export some multiboot parameters in our own BootInfo struct
This allows us to specify virtual addresses for things the kernel should
access via virtual addresses later on. By doing this we can make the
kernel independent from specific physical addresses.
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 Prekernel: Export some multiboot parameters in our own BootInfo struct 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 Prekernel: Export some multiboot parameters in our own BootInfo struct 2021-07-27 13:15:16 +02:00
UBSanitizer.cpp Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00