Re: Cant for the life of me fix paging.
Posted: Tue Apr 02, 2024 3:41 pm
You get a page fault, same as what happens when you set any other reserved bit in the page tables.
The Place to Start for Operating System Developers
http://f.osdev.org/
Ahh, I see, I must have misread the wiki.Octocontrabass wrote: Anyway, according to the AMD manuals, in a 2MB page translation, the reserved bits are bits 7 and 8 in the PML5E and PML4E, nothing in the PDPE, and bits 13-20 in the PDE. The bits you are clearing are part of the physical address, and there is nothing reserved here. That is, the manual doesn't say what happens when you set unimplemented bits there, maybe the processor treats them as reserved bits, too.