You are on page 1of 1

There are 2 processes in a system.

Maintain 20 frames (each an array of 10 characters), page table of size 10, TLB of size 5 for both the processes.(remember that the TLB would be common to both; you can overwrite the TLB whenever a new process arrives). Prepare a command line interface as follows: For a read command: (pid, virtual page no.) For a write command: (pid, virtual page no., text to be written)

You might also like