| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-01 | update license stuff | Kimplul | |
| 2023-04-30 | rename to kmi | Kimplul | |
| 2022-11-13 | improve documentation on new features | Kimplul | |
| 2022-11-13 | ~700k ipc requests | Kimplul | |
| + Eliminated need for save/load_regs, now the register save area is behind a pointer which _slightly_ increases overall syscall delay, but speeds up ipc requests by a fair bit. | |||
| 2022-09-15 | change syscalls to take 5 params and return 6 | Kimplul | |
| + In total, a syscall is built up of 6 values, with the first being the syscall number. Symmetrically, the first value is now a status and the following five values return "values". This allows us to cram in more info into the ipc_* functions. The performance difference is absolutely minimal, at least from my testing in qemu. | |||
| 2022-09-02 | fix documentation warnings | Kimplul | |
