Age | Commit message (Expand) | Author |
---|---|---|
2023-11-12 | AHCI: Add very basic AHCI and some additional helper functions to mmu.c | Anton Kling |
2023-11-10 | Kernel Style: Change uint*_t -> u* | Anton Kling |
2023-11-10 | Kernel/Memory: Fill new allocations with random data. | Anton Kling |
2023-11-09 | Kernel: Remove old comment | Anton Kling |
2023-11-08 | Kerenl/MMU: Remove dumb bug as a result of uninitalized memory | Anton Kling |
2023-11-08 | Kernel/MMU: Detect system memory and dynamically adjust memory usage available | Anton Kling |
2023-11-08 | Kernel/MMU: Create a seperate table for heap allocation | Anton Kling |
2023-10-31 | Kernel: Remove all O0 optimizations on functions. | Anton Kling |
2023-10-31 | Kernel: Bug fix, infinite loop when checking string memory permissions | Anton Kling |
2023-10-31 | Meta: Move kernel and userland to their own folders. | Anton Kling |