Initialize the frame allocator

Does not actually do anything yet...
This commit is contained in:
Eryn Wells 2016-04-09 13:51:47 -04:00
parent d8306cf995
commit 9f911e2197
6 changed files with 60 additions and 10 deletions

View file

@ -24,6 +24,7 @@ files = [
'kstd/Memory.cc',
'kstd/PrintFormat.cc',
'memory/FrameAllocator.cc',
'memory/Memory.cc',
]