brokenprogrammer/os

Add kernel memory management

Opened this issue · 0 comments

This is a separate memory management implementation from the one that user-space will use.

Im thinking about starting off with a simple heap implementation. I am not sure yet if paging is required for this but it might.

This will most likely also cover issue #6