Closed JustBeYou closed 7 years ago
Physical memory manager needs following declaration for allocator functions:
typedef size_t (*PMA_ALLOC_PFN)(void *a_pma, size_t a_framesNumber, size_t *a_physicalAddress);
but BitmapPMA has the following declaration:
size_t BitmapPMA_alloc(struct BitmapPMA *a_bpma, size_t a_framesNumber, size_t *a_physicalAddress);
Physical memory manager needs following declaration for allocator functions:
but BitmapPMA has the following declaration: