Many parts in kernel memory are non-page-able.
What is the setting of page tables for these areas and how logical to physical mapping is done for them?
Is there any relation between identity mapping and the wired memory (non-page-able memory)?
Many parts in kernel memory are non-page-able.
What is the setting of page tables for these areas and how logical to physical mapping is done for them?
Is there any relation between identity mapping and the wired memory (non-page-able memory)?
For non-paged memory, all the system has to do is ensure that a physical page frame is mapped to the logical address and that the page frame is not unmapped. The page tables are usually the same for paged and nonpaged memory.