Hello everyone. I am on memory managment developing stage and have some questions:
1. How to implement heap with paging enabled?
2. How does pages heap allocation work?
3. Why page directories and page tables have different bits?
How to implement heap
-
- Member
- Posts: 5805
- Joined: Mon Mar 25, 2013 7:01 pm
Re: How to implement heap
That's a pretty vague question. Do you already know how to implement a heap without paging?
Pages are not allocated from the heap. Or are you asking how the heap allocates pages?
They ran out of space to put the same bits at the same offset in both.daniil1909 wrote: ↑Sat May 10, 2025 4:40 am3. Why page directories and page tables have different bits?