Use 2 Mb translation instead of 1 Gb
This commit is contained in:
parent
78dc192a16
commit
3d380f462b
@ -10,7 +10,12 @@ BootP4:
|
|||||||
.quad 0
|
.quad 0
|
||||||
.endr
|
.endr
|
||||||
BootP3:
|
BootP3:
|
||||||
.quad 0 + (PAGE_PRESENT | PAGE_WRITE | PAGE_HUGE)
|
.quad offset BootP2 + (PAGE_PRESENT | PAGE_WRITE)
|
||||||
|
.rept ENTRIES_PER_PT - 1
|
||||||
|
.quad 0
|
||||||
|
.endr
|
||||||
|
BootP2:
|
||||||
|
.quad (PAGE_PRESENT | PAGE_WRITE | PAGE_HUGE)
|
||||||
.rept ENTRIES_PER_PT - 1
|
.rept ENTRIES_PER_PT - 1
|
||||||
.quad 0
|
.quad 0
|
||||||
.endr
|
.endr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user