MarvinOS
MarvinOS copied to clipboard
Build page memory management module
Right now, Marvin.OS has only kernel heap memory system which is implemented as a linked-list. Paging is the most effective memory management scheme and is supported by x86_64 architecture as a default standard.