Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-14 | kernel/malloc: clean up the code a little bit | dzwdz | |
The bitmap functions now accept page addresses so I don't have to handle raw bitmap indexes, which was kinda complex. kmalloc_sanity is now not visible to other code as it wasn't really that useful in the first place. | |||
2024-07-13 | kernel/malloc: limit the maximum allocation size to under a page | dzwdz | |
This will likely be changed back, but for the time being it will let me implement a better allocator without too much effort. | |||
2024-03-13 | kernel/malloc: slight rework (it's still bad), store more metadata | dzwdz | |
2023-01-25 | kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/ | dzwdz | |