summaryrefslogtreecommitdiff
path: root/Kernel/Sections.h
AgeCommit message (Expand)Author
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-20Kernel: Move boot info declarations to a header fileGunnar Beutner
2021-07-18Kernel: Hand out 64-bit addresses to userspaceGunnar Beutner
2021-07-18Kernel: Introduce basic pre-kernel environmentGunnar Beutner
2021-07-18Kernel: Remove some more hardcoded addressesGunnar Beutner
2021-07-16Kernel: Make the page table for the kernel image largerGunnar Beutner
2021-07-11Kernel: Create and use USER_RANGE_CEILINGAndrew Kaster
2021-07-08Kernel: Move PhysicalPage classes out of the heap into an arrayTom
2021-07-05Kernel: Get rid of of some of the duplicate kernel base address macrosGunnar Beutner
2021-06-28Kernel: Make and use KERNEL_BASEHendiadyoin1
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1