aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/init/head.S
AgeCommit message (Collapse)Author
2021-09-25Added default stack locationKimplul
2021-08-25libfdt seems to workKimplul
At least as far as reading memory info, cool. One issue I have is that .(ro)data is apparently accessed by absolute addresses, so I need to know at which address the kernel is going to be loaded. I would prefer completely position independent code, but if that's not possible then eh.
2021-08-17GarbageKimplul