Kernel Version
Ubuntu 22.04.2 LTS
Kernel Version 5.19
virtual box 6.1.38
:hammer: Description
Requirement :
In this project, you need to write a new system call void * my_get_physical_addresses(void *) so that a process can use it to get the physical address of a virtual address of a process.
The return value of this system call is either 0 or an address value. 0 means that an error occurs when executing this system call. A non-zero value means the physical address of the logical address submitted to the system call as its parameter.
HAHA w. changed 2 years agoView mode Like Bookmark