| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-07 | slight improvements to building | Kimplul | |
| + User can now specify debug, release and assert handling | |||
| 2023-05-01 | update license stuff | Kimplul | |
| 2023-04-30 | rename to kmi | Kimplul | |
| 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 | |
