Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-26 | Kernel: Handle userspace memory errors instead of crashing. | Anton Kling | |
The kernel should kill the process if it has memory issues. | |||
2024-03-26 | Increase support for signals | Anton Kling | |
2023-11-15 | VFS: Add stat | 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. |