mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
![]() This patch moves away from using kmalloc memory for thread kernel stacks. This reduces pressure on kmalloc (16 KB per thread adds up fast) and prevents kernel stack overflow from scribbling all over random unrelated kernel memory. |
||
---|---|---|
.. | ||
.gitignore | ||
MemoryManager.cpp | ||
MemoryManager.h | ||
PageDirectory.cpp | ||
PageDirectory.h | ||
PhysicalPage.cpp | ||
PhysicalPage.h | ||
Region.cpp | ||
Region.h | ||
VMObject.cpp | ||
VMObject.h |