You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have seen the operation of RSD in memory mapping, and it seems to use simple static address translation instead of a mechanism like Page table. So is RSD unable to set memory permissions like the page table mechanism? Or does RSD have other methods to support memory permissions?
Thank you!
The text was updated successfully, but these errors were encountered:
We have a plan to implement page protection in the future, but the current RSD only has a simple static protection mechanism. The simple mechanism does not allow you to dynamically change areas to be protected, but you can hardcode areas to be protected in HDL to provide fine-grained memory protection.
Hi,
I have seen the operation of RSD in memory mapping, and it seems to use simple static address translation instead of a mechanism like Page table. So is RSD unable to set memory permissions like the page table mechanism? Or does RSD have other methods to support memory permissions?
Thank you!
The text was updated successfully, but these errors were encountered: