1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Kernel/Prekernel
Gunnar Beutner 05fc75f994 Prekernel: Don't wrap around the PTE index improperly
The boot_pd0_pts variable contains more than 512 PTEs so we shouldn't
wrap the index here.
2021-07-20 15:12:19 +02:00
..
boot.S Kernel: Simplify the linker script for the prekernel 2021-07-19 11:29:09 +02:00
CMakeLists.txt Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00
init.cpp Prekernel: Don't wrap around the PTE index improperly 2021-07-20 15:12:19 +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: Use physical addresses for some of the BootInfo parameters 2021-07-20 15:12:19 +02:00
UBSanitizer.cpp Kernel: Introduce basic pre-kernel environment 2021-07-18 17:31:13 +02:00