'How to remap virtual memory to other adress in virtual memory in xv6?
I have a problem to solve. The problem is I have to change xv6 files to enable sharing of special structures (they contain only name size and address) between 2 processes. I've edited the fork function to copy shared structures but I have to store them at the point of 1GB and above in virtual memory. How can I change the virtual address from the first (one received from the parent to 1GB)? After that I have to remap it to point to the same physical address as one that is pointed from the parent. Should be done in exec function Thank you very much!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
