### vnode dumps
* It would be beneficial to be able to have crash dumps written to an ordinary file in configurations where swap is not configured.
+### Kernel allocator feature enhancements
+* Enhance objcache in a manner that will allow the initialization to specify allocation functions which will allocate and free entire slabs of memory, not just single objects.
+* Rework the kmalloc allocator to sit on top of objcache (dependencies)
+
For more theoretical projects and project concepts see [[ResearchProjects|/docs/developer/ResearchProjectsPage]]