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

Basic generic structures (CPU, MMU modes, Page Table Entries, ...) #1

Open
Esgr0bar opened this issue May 11, 2024 · 1 comment · Fixed by #9
Open

Basic generic structures (CPU, MMU modes, Page Table Entries, ...) #1

Esgr0bar opened this issue May 11, 2024 · 1 comment · Fixed by #9
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Esgr0bar
Copy link
Contributor

No description provided.

@Esgr0bar Esgr0bar added this to the v0.1.0 milestone May 11, 2024
@standard3
Copy link
Member

standard3 commented May 11, 2024

There are various structures, traits and implementations to create based on the generic mmushell architecture :

Traits

For a clean generic implementation, check this StackOverflow response.

Structures

  • MemoryRegion
  • CPU
  • CPURegister
  • PageTableEntry
  • PageTable
  • RadixTree
  • VirtualAddressSpace
  • PhysicalAddressSpace
  • MMU
  • Machine

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

Successfully merging a pull request may close this issue.

3 participants