This website requires JavaScript.
Explore
Help
Sign In
eliott
/
serenity
Watch
1
Star
0
Fork
0
You've already forked serenity
mirror of
https://github.com/SerenityOS/serenity
synced
2026-05-10 00:52:28 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a0c19deb80e6a1bf9503acbc643f49671e3a65b4
serenity
/
Kernel
/
Prekernel
History
Gunnar Beutner
412ce31f7f
Prekernel: Don't build the prekernel as a PIE image
...
This is unnecessary because the prekernel is always loaded at a known base address.
2021-07-23 19:06:51 +02:00
..
boot.S
Kernel: Simplify the linker script for the prekernel
2021-07-19 11:29:09 +02:00
CMakeLists.txt
Prekernel: Don't build the prekernel as a PIE image
2021-07-23 19:06:51 +02:00
init.cpp
Prekernel: Make sure to reload CR3 after modifying the page tables
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