To my understanding the page tables entries that point to the next page table need to be absolute addresses, so from 0x0.
Now I would like to generate my page tables before runtime and cannot know the absolute address because I don’t know at which address they end up exactly… so is it somehow possible to do that with relative (to table base address e.g.) addresses?
Greets from Germany