index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Prekernel
Age
Commit message (
Expand
)
Author
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-07-30
Prekernel: Disable KASAN, so it has no effect when enabled
Brian Gianforcaro
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-27
Prekernel: Export some multiboot parameters in our own BootInfo struct
Gunnar Beutner
2021-07-27
Kernel: Make the kernel independent from specific physical addresses
Gunnar Beutner
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-23
Prekernel: Don't build the prekernel as a PIE image
Gunnar Beutner
2021-07-20
Prekernel: Make sure to reload CR3 after modifying the page tables
Gunnar Beutner
2021-07-20
Prekernel: Don't wrap around the PTE index improperly
Gunnar Beutner
2021-07-20
Prekernel: Properly initialize variables
Gunnar Beutner
2021-07-20
Prekernel: Don't assume that PT_LOAD headers are ordered by address
Gunnar Beutner
2021-07-20
Prekernel: Use physical addresses for some of the BootInfo parameters
Gunnar Beutner
2021-07-20
Kernel: Move boot info declarations to a header file
Gunnar Beutner
2021-07-20
Prekernel: Make sure we're not overwriting the ELF header
Gunnar Beutner
2021-07-19
Prekernel: Make sure the last few bytes of the kernel image are mapped
Gunnar Beutner
2021-07-19
Kernel: Simplify the linker script for the prekernel
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner