MarvinOS icon indicating copy to clipboard operation
MarvinOS copied to clipboard

Build page memory management module

Open Narasimha1997 opened this issue 5 years ago • 0 comments

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.

Narasimha1997 avatar Oct 04 '20 16:10 Narasimha1997