Liblor / advanced_operating_systems_2020

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

Introduce translation from virtual to physical addresses and vise-versa #108

Open abertschi opened 4 years ago

abertschi commented 4 years ago

According to the book, our paging system should be able to translate from virtual to physical addresses and the inverse. We should provide an efficient lookup in both directions. #73