There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This work provides a program that translates logical and physical addresses for a room-sized virtual address 216 = 65.536 bytes (Virtual Memory Manager). The program reads from a file containing logical addresses and, using a TLB (16 seats) and a page table (1 layer), translates each logical address in its corresponding physical address and outputs the value of the byte, stored in the translated physical address. Finally it reads a file containing several integers - logical addresses. The logical addresses are organized as follows: (1) page number and 8 bits (2) offset of the page within 8 bits.