Liblor / advanced_operating_systems_2020

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

Implement page fault handling #73

Closed eikendev closed 4 years ago

eikendev commented 4 years ago

The mandatory tasks are the following.

We should be testing the malloc() and free() implementations thoroughly. Also, we need to pay attention to concurrency, which means we need to figure out how the threading system works.

abertschi commented 4 years ago

Pending Features from #83: Introduce Guard pages for stack of threads and heap. Issue: #105

Liblor commented 4 years ago

Fixed by #104