charlotte-os / charlotte-core

The Kernel of CharlotteOS
GNU General Public License v3.0
115 stars 9 forks source link

Finished developing the first version of the virtual memory manager #103

Closed mdpatelcsecon closed 5 months ago

mdpatelcsecon commented 5 months ago

So far the VMM only implements the features needed to support a single PageMap and only kernelspace. Modifying the PAT will be done in another issue.

This closes #11.