-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
complexity:good-first-issueGood for newcomersGood for newcomersstate:needs-ownerNeeds an issue owner to be assignedNeeds an issue owner to be assignedstate:needs-triageNeeds to triaged to determine next stepsNeeds to triaged to determine next stepstype:feature-requestA new feature proposalA new feature proposalurgency:lowLittle to no impactLittle to no impact
Description
Feature Overview
Currently, trying to create or open page tables using patina-paging for the current architecture will cause it to touch system registers to check if the table is installed or other system state. This will cause faults if creation or parsing is occurring in user mode.
Solution Overview
Create a Offline or similar feature that will enable the paging crate to only operate on memory and not try to access any system state. This feature should disable the "install" routines.
Alternatives Considered
No response
Urgency
Low
Are you going to implement the feature request?
Someone else needs to implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
Metadata
Metadata
Assignees
Labels
complexity:good-first-issueGood for newcomersGood for newcomersstate:needs-ownerNeeds an issue owner to be assignedNeeds an issue owner to be assignedstate:needs-triageNeeds to triaged to determine next stepsNeeds to triaged to determine next stepstype:feature-requestA new feature proposalA new feature proposalurgency:lowLittle to no impactLittle to no impact