Skip to content

[Feature]: Implement an offline crate feature #170

@cfernald

Description

@cfernald

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions