Re: [PATCH 1/9] prepare pmap helpers for full 64 bit memory map

2023-02-12 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le dim. 12 févr. 2023 18:28:10 +0100, a ecrit: > * i386/intel/pmap.c: start walking the page table tree from the L4 > table instead of the PDP table in pmap_pte() and pmap_pde(), > preparing for the kernel to run on high addresses. > --- > i386/intel/pmap.c | 28 +

[PATCH 1/9] prepare pmap helpers for full 64 bit memory map

2023-02-12 Thread Luca Dariz
* i386/intel/pmap.c: start walking the page table tree from the L4 table instead of the PDP table in pmap_pte() and pmap_pde(), preparing for the kernel to run on high addresses. --- i386/intel/pmap.c | 28 +++- 1 file changed, 23 insertions(+), 5 deletions(-) diff --g