write a simulator that reads a memory trace and simulates the action of a virtual memory system with a single level page table.
Your task is to write a simulator that reads a memory trace and simulates the action of a virtual memory system with a single level page table. Your memory system should keep track of which pages are loaded into memory. • As it processes each memory event from the trace, it should check to see … Read more