aboutsummaryrefslogtreecommitdiff
path: root/kernel/link.ld
AgeCommit message (Collapse)Author
2021-04-28Started conversion to Grub (#17)Marvin Borner
Yes, the CI won't like this.
2021-04-05Made kernel elf-bootableMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2021-04-02Mapped .text and .rodata readonlyMarvin Borner
2021-03-20LGTM!Marvin Borner
2021-02-28Fixed memory mapping detectionMarvin Borner
2021-02-27Started basic paging port from skiftOSMarvin Borner
2020-11-17I think this fixes quite many bugs!Marvin Borner
For real though! First tests show no weird bugs anymore.