| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-31 | start working on irqs | Kimplul | |
| 2023-05-01 | update license stuff | Kimplul | |
| 2023-04-30 | rename to kmi | Kimplul | |
| 2022-06-12 | add license texts | Kimplul | |
| 2022-05-29 | continue documentation efforts. | Kimplul | |
| 2022-05-23 | new include structure, make parse easier for doxy | Kimplul | |
| 2022-05-22 | add @file info to all files | Kimplul | |
| + Next step, start documenting contents of each file. | |||
| 2022-04-29 | continue building base for irq handling | Kimplul | |
| 2022-04-24 | start initial irq handling | Kimplul | |
| + Still lots todo, and I'm not entirely sure how I should handle program space switches (mainly since the kernel uses the process' stack, maybe it shouldn't?) | |||
| 2022-04-10 | add clang format and run it | Kimplul | |
| 2022-01-07 | Improved header dependency tree | Kimplul | |
| 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) | |||
