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
/
Sections.h
Age
Commit message (
Expand
)
Author
2022-03-23
Kernel: Use the whole kernel PD range when randomizing the KASLR offset
Idan Horowitz
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-20
Kernel: Move boot info declarations to a header file
Gunnar Beutner
2021-07-18
Kernel: Hand out 64-bit addresses to userspace
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-18
Kernel: Remove some more hardcoded addresses
Gunnar Beutner
2021-07-16
Kernel: Make the page table for the kernel image larger
Gunnar Beutner
2021-07-11
Kernel: Create and use USER_RANGE_CEILING
Andrew Kaster
2021-07-08
Kernel: Move PhysicalPage classes out of the heap into an array
Tom
2021-07-05
Kernel: Get rid of of some of the duplicate kernel base address macros
Gunnar Beutner
2021-06-28
Kernel: Make and use KERNEL_BASE
Hendiadyoin1
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1