This commit is contained in:
gdkchan 2019-02-20 18:45:14 -03:00
parent 8e0cd3d2fd
commit 505babfd34

View file

@ -50,7 +50,7 @@ namespace ChocolArm64.Memory
AddressSpaceBits = addressSpaceBits;
AddressSpaceSize = 1L << addressSpaceBits;
//When flag page table is requested, we use a single
//When flat page table is requested, we use a single
//array for the mappings of the entire address space.
//This has better performance, but also high RAM usage.
//The multi level page table uses 9 bits per level, so