Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can RSD set the access permissions on a certain memory address? #44

Closed
Hsiang0816 opened this issue Oct 3, 2021 · 2 comments
Closed

Comments

@Hsiang0816
Copy link

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!

@shioyadan
Copy link
Member

Hi,

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.

@Hsiang0816
Copy link
Author

Okay, Thank!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants