| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-12 | disable LTO with LLVM | Kimplul | |
| 2023-05-12 | fix LLVM compilation | Kimplul | |
| + RELEASE=1 doesn't work for some reason, though | |||
| 2023-05-11 | arbitrary load address and RAM base detection | Kimplul | |
| + 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-06 | make cross compile more conformant | Kimplul | |
| 2022-09-14 | riscv32 boots and advances as far as riscv64 | Kimplul | |
| 2022-09-02 | fix documentation warnings | Kimplul | |
| 2022-05-23 | modify file gen | Kimplul | |
| 2022-05-23 | new include structure, make parse easier for doxy | Kimplul | |
| 2022-05-22 | fixed accidental removal of CLEANUP_CMD | Kimplul | |
| 2022-05-09 | improve uapi | Kimplul | |
| 2022-05-05 | riscv64 boots with clang (sort of) | Kimplul | |
| 2022-04-29 | continue building base for irq handling | Kimplul | |
| 2022-04-24 | fix rv32 compile errors | Kimplul | |
| 2022-04-21 | fix warnings on 32bit riscv | Kimplul | |
| + Will most probably not work on 32bit, but nice to make 'portable' code. | |||
| 2022-01-07 | Allow building with clang | Kimplul | |
| + 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) | |||
