Liblor / advanced_operating_systems_2020

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

Rework paging to use slabs instead of heap #133

Closed eikendev closed 4 years ago

Liblor commented 4 years ago

I assume this wont fix the threading issue, given that in #170 the paging code uses a dedicated heap and the entangled static/dynamic malloc is no more. I believe the issue is with the lazy allocation + malloc. Do you want to keep it open anyway?