Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Kernel Style: Change uint*_t -> u* | Anton Kling | |
2023-11-08 | Kernel/MMU: Detect system memory and dynamically adjust memory usage available | Anton Kling | |
Previously this would be hardcoded but now it can be detected by the bootloader and passed in via the multiboot header. | |||
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. |