Skip to content

Commit

Permalink
Add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Łukasik committed Oct 25, 2024
1 parent 682bb5e commit f0f755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impl/x86_64/boot/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ enable_paging:
mov cr3, eax

mov eax, cr4
or eax, 1 << 5
or eax, 1 << 5 ; enable PAE - Physical Address Extension
mov cr4, eax

mov ecx, 0xc0000080
Expand Down

0 comments on commit f0f755e

Please sign in to comment.