Age | Commit message (Expand) | Author |
---|---|---|
2024-12-09 | kernel: Add ksnprintf | Anton Kling |
2024-12-08 | kernel/libc: Add isdigit() | Anton Kling |
2024-10-16 | kernel: Add RSOD(red screen of death) | Anton Kling |
2024-06-28 | Bug fixes | Anton Kling |
2024-06-28 | Kernel: Port over libc printf to kernel | Anton Kling |
2024-06-26 | Kernel: Code cleanup | Anton Kling |
2024-06-17 | Reorganize logging code | Anton Kling |
2024-06-09 | Add UDP | Anton Kling |
2024-04-15 | Bug fix and cleanup. | Anton Kling |
2024-03-14 | random changes made | Anton Kling |
2024-02-21 | Kernel: Remove all inline assembly. | Anton Kling |
2024-02-21 | New clang-format options | Anton Kling |
2023-11-28 | Meta: Apply new clang-format rules to kernel | Anton Kling |
2023-11-28 | Kernel: Add basic IPC and move to microkernel design. | Anton Kling |
2023-11-15 | VFS: Add stat | Anton Kling |
2023-11-10 | Kernel Style: Change uint*_t -> u* | Anton Kling |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling |