Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | move the kernel linker script to src/kernel/ | dzwdz | |
2021-07-17 | rename _kernel_end to _bss_end | dzwdz | |
2021-07-17 | multiboot: manually address regions of the kernel | dzwdz | |
thanks to this, i can specify the region where the bss is - so GRUB won't place any boot modules there | |||
2021-07-10 | allocate the initial stack directly in linker.ld | dzwdz | |
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-25 | malloc stub + processes | dzwdz | |
well, there's only one process, but shh | |||
2021-06-24 | Hello world o/ | dzwdz | |