aenachescu / PhiOS

GNU General Public License v3.0
6 stars 1 forks source link

Add support to check if a physical memory area is allocated #68

Closed aenachescu closed 7 years ago

aenachescu commented 7 years ago

PMM should have a function to check if a physical memory area is allocated. Also and BitmapPMA should have a function for that because the function from PMM will work like alloc/free functions (see PMM_alloc and PMM_free).