File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ If we are using 2MB pages this is how the address will be handled by the paging
226
226
* Bits 29 ... 21 are the PD entry.
227
227
* Offset in the page directory.
228
228
229
- Every table has 512 elements, so we have an address space of $2^{ 512}*2^{ 512}*2^{ 512} *0x200000$ (that is the page size)
229
+ Every table has 512 elements, so we have an address space of $512* 512* 512*0x200000$ (that is the page size)
230
230
231
231
### Address translation Using 4KB Pages
232
232
@@ -246,7 +246,7 @@ If we are using 4kB pages this is how the address will be handled by the paging
246
246
* Offset in the page table.
247
247
248
248
Same as above:
249
- Every table has 512 elements, so we have an address space of: $2^{ 512}*2^{ 512}*2^{ 512}*2^{ 512} *0x1000$ (that is the page size)
249
+ Every table has 512 elements, so we have an address space of: $512* 512* 512* 512*0x1000$ (that is the page size)
250
250
251
251
## Page Fault
252
252
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ In no particular order:
20
20
- @AnErrupTion ([ https://github.com/AnErrupTion ] ( https://github.com/AnErrupTion ) )
21
21
- @MRRcode979 ([ https://github.com/MRRcode979 ] ( https://github.com/MRRcode979 ) )
22
22
- @Hqnnqh ([ https://github.com/Hqnnqh ] ( https://github.com/Hqnnqh ) )
23
+ - @malletgaetan ([ https://github.com/malletgaetan ] ( https://github.com/malletgaetan ) )
You can’t perform that action at this time.
0 commit comments