Narasimha1997 / MarvinOS

A hobby Operating System developed from scratch using C/C++ and assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build page memory management module

Narasimha1997 opened this issue · 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.