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

Initiate Page Directory & Page Table #5

Open
7 tasks
salekinsirajus opened this issue Nov 24, 2022 · 0 comments
Open
7 tasks

Initiate Page Directory & Page Table #5

salekinsirajus opened this issue Nov 24, 2022 · 0 comments

Comments

@salekinsirajus
Copy link
Owner

salekinsirajus commented Nov 24, 2022

This is the meat of the project. We can perhaps break this down later on.

  • Enable paging with enable_paging() function in the control_reg.c file
  • Set up and map global TEXT, DATA, BSS, HEAP and STACK sections after initiating Page Table and Page Directory (Set up Page Table and Page Directory #10)
  • Enable TLB and other registers (CR0, CR4 etc) to set up the page size etc.
  • Initiate page table(s) for all these processes after the end of the FFS space (for now)
  • Map code, text, etc sections to the PD and PT (allocate page table entries)
  • Implement allocation from FFS area
  • Implement per-process page table
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