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

[MemoryManagement] Implement function for freeing all page frames of a process which is going to be killed #45

Closed ghost closed 9 years ago

ghost commented 9 years ago

When a process is killed, we need to free the page frames used by this process. Otherwise we will gradually run out of process memory space.