summaryrefslogtreecommitdiff
path: root/linker.ld
AgeCommit message (Collapse)Author
2021-07-18move the kernel linker script to src/kernel/dzwdz
2021-07-17rename _kernel_end to _bss_enddzwdz
2021-07-17multiboot: manually address regions of the kerneldzwdz
thanks to this, i can specify the region where the bss is - so GRUB won't place any boot modules there
2021-07-10allocate the initial stack directly in linker.lddzwdz
IMO it's cleaner this way. I wanted to put it just under 1M, but it turns out that it isn't accessible at boot in QEMU.
2021-06-25malloc stub + processesdzwdz
well, there's only one process, but shh
2021-06-24Hello world o/dzwdz