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

Setting Up Paging (computer's virtual memory) #6

Open
1 task
surya-x opened this issue Nov 13, 2021 · 0 comments
Open
1 task

Setting Up Paging (computer's virtual memory) #6

surya-x opened this issue Nov 13, 2021 · 0 comments
Assignees

Comments

@surya-x
Copy link
Contributor

surya-x commented Nov 13, 2021

Management of the computer's virtual memory. Paging is nice because it lets you map memory however you want and it lets processes see the full address space. It also provides advanced protection capabilities.

You may wish to enable it early in boot.s.

  • Setting up paging and page frame allocation.

Check more at https://wiki.osdev.org/Setting_Up_Paging

@surya-x surya-x added the enhancement New feature or request label Nov 13, 2021
@surya-x surya-x changed the title Setting Up Paging Setting Up Paging (computer's virtual memory) Nov 13, 2021
@surya-x surya-x added development and removed enhancement New feature or request labels Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants