summaryrefslogtreecommitdiff
path: root/linker.ld
AgeCommit message (Collapse)Author
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