Documentation update - Aug. 11, 2024

This commit is contained in:
dingusdev
2024-08-11 17:48:55 -07:00
parent f9338b8dd9
commit a2776ddae1
8 changed files with 60 additions and 24 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ are exceptions from this rule, for example, video memory.
When no translation for a virtual address was found in either cache, a full address
translation including the full page table walk is performed. This path is the
slowest one. Fortunately, the probabilty that this path will be taken seems to be
slowest one. Fortunately, the probability that this path will be taken seems to be
very low.
The complete algorithm looks like that: