wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[MemoryManager] Add functions to get free pages in a row #82

Closed wake-0 closed 9 years ago

wake-0 commented 9 years ago

This method should return a pointer to the first free page.

wake-0 commented 9 years ago

Used for #46.

ghost commented 9 years ago

@trylimits the function you will need later is:

pageAddressPointer_t MemoryManagerGetFreePagesInProcessRegion(unsigned int pagesToReserve)

i'll leave this ticket open. close it when you don't need it anymore.

wake-0 commented 9 years ago

@trylimits do you need this ticket anymore?

trylimits commented 9 years ago

This is needed for #46. We can close this as it is referenced in #46 anyway.