Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daef authored and dgruss committed Mar 24, 2023
1 parent 8496e9b commit 227cc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/64/source/init_boottime_pagetables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" void initialisePaging()
// * 8000 0000 0 to * FFFF FFFF F
// binary: 100 000 000 means pml4i >= 256

// map the first and the last PM4L entry and one for the identity mapping
// map the first and the last PML4 entry and one for the identity mapping
pml4[0].page_ppn = (uint64)pdpt1 / PAGE_SIZE;
pml4[0].writeable = 1;
pml4[0].present = 1;
Expand Down

0 comments on commit 227cc48

Please sign in to comment.