Add skeleton for memory pool allocator
This commit is contained in:
17
xtoskrnl/mm/i686/alloc.cc
Normal file
17
xtoskrnl/mm/i686/alloc.cc
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: xtoskrnl/mm/i686/alloc.cc
|
||||
* DESCRIPTION: Memory manager pool allocation
|
||||
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
|
||||
*/
|
||||
|
||||
#include <xtos.hh>
|
||||
|
||||
|
||||
XTAPI
|
||||
VOID
|
||||
MM::Allocator::InitializeNonPagedPool(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
Reference in New Issue
Block a user