Question: Linux system calls using C programming: write a system call to report the current status of a specific address. The system call takes a virtual
Linux system calls using C programming:
write a system call to report the current status of a specific address. The system call takes a virtual address of a process and outputs the following information:
1. If the data in this address is in memory or on disk.
2. If the page which this address belongs to has been referenced or not.
3. If the page which this address belongs to is dirty or not.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
