Changes

Jump to navigation Jump to search
212 bytes added ,  10:23, 18 April 2020
Line 91: Line 91:  
** This probably fixes a bug if an exception is being handled for a non-current process and the relevant codepath is taken(?)
 
** This probably fixes a bug if an exception is being handled for a non-current process and the relevant codepath is taken(?)
 
* Page table entry handling code was changed. Bit 56 is now used as an is valid/present flag. Previously checks that checked entries with bitmask 0x3 now check 0x100000000000002.
 
* Page table entry handling code was changed. Bit 56 is now used as an is valid/present flag. Previously checks that checked entries with bitmask 0x3 now check 0x100000000000002.
 +
* KPageTableBase now has an additional data member storing how much unsafe memory is currently mapped. (This value is incremented/decremented on calls to svcMapPhysicalMemoryUnsafe/svcUnmapPhysicalMemoryUnsafe).
 
<check back for more diffs later>
 
<check back for more diffs later>
  

Navigation menu