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

[VM-3] Implement virtual memory #40

Open
kjs1095 opened this issue Mar 10, 2018 · 0 comments
Open

[VM-3] Implement virtual memory #40

kjs1095 opened this issue Mar 10, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@kjs1095
Copy link
Owner

kjs1095 commented Mar 10, 2018

  • need routines to move a page from disk to memory and from memory to disk
    • need to keep track of all of the pages in the system which are currently in use
    • Traditional UNIX uses something called a "core map" -- that maps physical page numbers to the virtual pages that are stored there
@kjs1095 kjs1095 added this to the Project 3 milestone Mar 10, 2018
@kjs1095 kjs1095 self-assigned this Mar 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant