aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv64
AgeCommit message (Collapse)Author
2022-01-07Use #if defined(...) when not guard clauseKimplul
2022-01-07Modified pmem configuration handlingKimplul
2022-01-07Prefix static functions with __Kimplul
+ Probably completely unnecessary stylistic thing, but I'll roll with it
2022-01-07Moved debugging into debug.cKimplul
+ No clue why I had that stuff in common/main.c
2022-01-07Steps towards better status/debugging controlKimplul
2022-01-07Improved header dependency treeKimplul
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)