There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is a virtual memory manager in c language. The idea is to map logical memory addresses to physical memory addresses. The TLB is implemented using the FIFO strategy.