Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-30 | UBSAN: Add more ubsan handlers | Anton Kling | |
2024-06-26 | Kernel: Code cleanup | Anton Kling | |
2024-02-21 | Kernel: Remove all inline assembly. | Anton Kling | |
Now the kernel does not rely upon inline assembly which is often very error prone. This also means that the kernel could probably be compiled with any c99 compiler which would help future bootstrapping. | |||
2024-02-21 | New clang-format options | Anton Kling | |
2024-02-07 | Remove sti and cli inline assembly | Anton Kling | |
2023-11-28 | Meta: Apply new clang-format rules to kernel | Anton Kling | |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling | |
This is to allow both the kernel and the userland to share certain header files and to make the folder structure a bit more clear. |