summaryrefslogtreecommitdiff
path: root/Kernel/linker.ld
AgeCommit message (Expand)Author
2020-08-10Kernel: Invoke heap constructors separately early onTom
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-01-17Kernel: Move kernel above the 3GB virtual address markAndreas Kling
2020-01-17Kernel: Reindent linker scriptAndreas Kling
2020-01-06Kernel: Harden memory mapping of the kernel imageAndreas Kling
2019-11-23Revert "Kernel: Move Kernel mapping to 0xc0000000"Andreas Kling
2019-11-22Kernel: Move Kernel mapping to 0xc0000000Jesse Buhagiar
2019-11-08Kernel: Removing hardcoded offsets from Memory Managersupercomputer7
2019-11-04Kernel: Reorganize memory layout a bitAndreas Kling
2019-10-31Kernel: Add bare minimum for global constructors (#707)Andrew Kaster
2019-10-20Kernel: Move Boot/ into Arch/i386/Boot (#667)Tidux
2019-04-01Kernel: Use a multiboot header instead of a convoluted two-part bootloader.Andreas Kling
2018-10-16Import the "gerbert" kernel I worked on earlier this year.Andreas Kling