Answered You can hire a professional tutor to get the answer.

QUESTION

Hello, I need to Write a program la2pa in C that translates a logical address to a physical address. The page table should be read from a file.

Hello,

I need to Write a program la2pa in C that translates a logical address to a physical address. The page table should be read from a file. The program takes two inputs, a page table file and a logical address, and produces one output, a physical address

I will provide you a page table file with the following format

4096

0-1

14

2-1

3-1

4 0

where the first line gives the page size, the rest of the file give a mapping between the logical page and the physical page. ‘-1’ means the page is not mapped.

Your program must handle abnormal inputs

If the input is an invalid logical address, your program must print “invalid logical address”

If the input is an unmapped logical address, your program must print “page fault”

Both the input and the output of the program should be in hexadecimal format.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question