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

[ResourceManager] Implement Resource Manager #88

Open trylimits opened 9 years ago

trylimits commented 9 years ago

Acc. to today's meeting we should implement a Resource Manager which manages all open resources, i.e. semaphores, mutexes, file handles and devices of a process.

A major responsibility of a Resource Manager is to free all open resources if a process is killed.

Marking as low priority bc we do not need it necessarily atm. However, it would improve the overall design of our OS significantly.