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

Virtual Memory Initialization #9

Open
1 of 2 tasks
salekinsirajus opened this issue Nov 24, 2022 · 0 comments
Open
1 of 2 tasks

Virtual Memory Initialization #9

salekinsirajus opened this issue Nov 24, 2022 · 0 comments

Comments

@salekinsirajus
Copy link
Owner

salekinsirajus commented Nov 24, 2022

  • The original Xinu memory initialization does not allow the whole 4GB address space to be available for paging. Replace the original meminit.c and i386.c files in the system folder with the ones attached, which fix the problem.

  • After paging is enabled, all memory accesses are through virtual addresses. Therefore, you need to map the static segments (TEXT, DATA, etc.) into the virtual memory space of each process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant