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:
parent
ddb4c30c62
commit
b9ece9bbcb
3 changed files with 68 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ files = [
|
|||
'Descriptors.cc',
|
||||
'Interrupts.cc',
|
||||
'Kernel.cc',
|
||||
'Memory.cc',
|
||||
'Multiboot.cc',
|
||||
'PIC.cc',
|
||||
'cxa.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue