Skip to main content

Memory Mapping xv6

Trial project: This project is currently being tried as a replacement for the xv6 virtual memory project. If you wish to do the old project instead, click here.

Instructions

  1. Git clone the project repository.
  2. Read the instructions provided in the README.md file.
  3. Implement your solution in the solution-directory.
  4. Run the runtests.py script located in the tests directory to evaluate your work.

Hints

  • For this project you will need to have finished the Virtual Memory chapters of the OSTEP textbook.
  • Pay particular attention to the chapters on Address Translation, Segmentation, and Paging.