Add MemoryManager class

This will be the top-level class for the memory manager subsystem.
Copy in some code from kmain()
This commit is contained in:
Eryn Wells 2016-03-25 01:21:37 -04:00
parent ddb4c30c62
commit b9ece9bbcb
3 changed files with 68 additions and 0 deletions

View file

@ -15,6 +15,7 @@ files = [
'Descriptors.cc',
'Interrupts.cc',
'Kernel.cc',
'Memory.cc',
'Multiboot.cc',
'PIC.cc',
'cxa.cc',