kernel icon indicating copy to clipboard operation
kernel copied to clipboard

Allocator rewrites

Open hawkw opened this issue 9 years ago • 2 comments

  • [x] Buddy allocator allocates pages
  • [ ] Kernel heap managed by slab allocator on top of buddy allocator
  • [ ] Something for allocating to user-space processes – can this be a user-mode server process?
  • [x] Borrowed handles for heap allocator

hawkw avatar Jun 04 '16 19:06 hawkw

As of 72af56427be808364c615ac83ed17f11ba3a7183, we can now allocate pages with the buddy allocator. Current implementation of this is A Mess, though, and needs a lot of refactoring.

hawkw avatar Jun 15 '16 16:06 hawkw

Also see #80

hawkw avatar Mar 03 '17 16:03 hawkw