Skip to content
#

ntu

Here are 20 public repositories matching this topic...

In this lab, you are required to complete a virtual memory implementation, including how to get a physical frame for a virtual page from the IPT if it exists there, how to put a physical frame/virtual page entry into TLB, and how to implement a least recently used page replacement algorithm. A software-managed TLB is implemented in Nachos. There…

  • Updated Mar 18, 2018
  • C++

We have two exercises in this experiment. 1. In this exercise, we will conduct the following steps to understand race condition problem in Nachos. 1) Change your working directory to lab2 by typing cd ~/nachos-3.4/lab2 2) Read the Nachos thread test program threadtest.cc carefully. There is a shared variable named value (initially zero). There a…

  • Updated Mar 19, 2018
  • C++

Improve this page

Add a description, image, and links to the ntu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ntu topic, visit your repo's landing page and select "manage topics."

Learn more