summaryrefslogtreecommitdiff
path: root/src/kernel/linker.ld
AgeCommit message (Collapse)Author
2022-08-06kernel/mem: make the page bitmap cover everything after bssdzwdz
2022-06-30kernel/linker: rename .text.early to .shareddzwdz
It's not really just a text section, as it's writeable too. Makes gcc shut up about invalid section attributes.
2022-05-29kernel: fix overlapping interrupt / regular stacksdzwdz
2022-05-21kernel/i386: only map what's absolutely necessary in the userdzwdz
2021-07-18clean up the linker script, remove duplicate labelsdzwdz
2021-07-18move the kernel linker script to src/kernel/dzwdz