| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-17 | cleanup riscv64/conf | Kimplul | |
| 2023-08-04 | add initial smp bringup | Kimplul | |
| 2023-05-29 | start trying to boot on visionfive 2 | Kimplul | |
| + Not bootable quite yet. Among other things, I couldn't get the current starfive u-boot fork to boot, so try adding support for booting with precompiled u-boot via the `go` command. Initial testing with qemu shows that this should be possible, and if it works, might be useful in the (far) future with other slightly janky SBCs. Also, NS16550 is 8250-based, and I'm really only using the base 8250, so rename and add visionfive 2 uart to list of compatibles. Visionfive 2 is still completely untested. | |||
| 2023-04-30 | rename to kmi | Kimplul | |
| 2022-11-12 | make 'performance' results more accurate in qemu | Kimplul | |
| 2022-09-14 | riscv32 boots and advances as far as riscv64 | Kimplul | |
| 2022-09-11 | change external directory structure | Kimplul | |
| + Prepare for possibly testing rv32 + Also remove newline from debugging output | |||
| 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) | |||
