aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64/init/start.S
AgeCommit message (Collapse)Author
2023-05-11arbitrary load address and RAM base detectionKimplul
+ Both kind of go hand in hand, made sense to do both at the same time. Some parts feel slightly hacky, the loader works by placing everything on the stack and avoiding global values. Still, seems to work?
2023-05-01update license stuffKimplul
2022-10-21beautificationKimplul
2022-06-12add license textsKimplul
2022-05-29continue documentation efforts.Kimplul
2022-01-07Allow building with clangKimplul
+ Release mode is sort of broken, as lto doesn't work with linker relaxation and turning the relaxation off causes issues with the jump from init to kernel (as I've currently implemented it, could probably be fixed with a manual jump from assembly, I'll add it to my TODO list)