Liblor / advanced_operating_systems_2020

Advanced Operating System Course at ETHZ
MIT License
19 stars 4 forks source link

Implement a range tracker #99

Closed eikendev closed 4 years ago

eikendev commented 4 years ago

97 was unfortunately automatically closed.

This is a new member in the collections library. It tracks ranges, and can allocate pieces from ranges.

This shall be used in libmm and for paging regions and paging mappings.

Liblor commented 4 years ago

104 is based on this branch. changes will be merged into master in branch #104