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

Configurable root page table size #41

Open
KuangjuX opened this issue May 11, 2023 · 1 comment
Open

Configurable root page table size #41

KuangjuX opened this issue May 11, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@KuangjuX
Copy link
Contributor

According to the description of the riscv spec H extension, the root directory page table size of the G-stage is 16KiB and aligned to 16KiB. However, the implementation of the arceos page table crate only provides a root directory page table size of 4KiB and can only create page tables using the try_new() method. I hope to implement a page table structure with a root directory size of 16KiB and inherit the arceos page table crate. Is there an elegant way to solve this issue?

@equation314 equation314 added the enhancement New feature or request label May 11, 2023
@KuangjuX
Copy link
Contributor Author

#52 try to solve this issue.

hbuxiaofei pushed a commit to hbuxiaofei/arceos that referenced this issue May 7, 2024
riscv: fix the timer and cpu frequency are not related
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants