| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-17 | cleanup riscv64/conf | Kimplul | |
| 2024-07-07 | misc fixes | Kimplul | |
| + Align kernel to 2MiB boundary in u-boot + Optimize alignment functions a little bit, should still have to check on real hardware but 'feels' more clean + Add early boot debugging + Put extra cores we aren't ready to account for to sleep if/when they boot. + Make BASE_PAGE_SIZE constant on riscv64/32, helps the compiler with some alignment checks among other things. | |||
| 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-04-30 | rename to kmi | Kimplul | |
