10.0.0: Difference between revisions
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> | ||