Changes between Version 57 and Version 58 of VirtualMemory


Ignore:
Timestamp:
Sep 13, 2016, 6:13:17 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualMemory

    v57 v58  
    234234||MMU_WRITE_PRIVILEGE_VIOLATION   || 0x0004 || Write access : Protected access in user mode             || user  error ||
    235235||MMU_WRITE_ACCES_VIOLATION               || 0x0008 || Write access : Write to a non writable page                   || user error ||
    236 ||MMU_WRITE_UNDEFINED_XTN                 || 0x0020 || Write access : Undefined external access address        || user error ||
     236||MMU_WRITE_UNDEFINED_XTN                 || 0x0020 || Write access : Undefined external access address        || kernel error ||
    237237||MMU_WRITE_PT1_ILLEGAL_ACCESS    || 0x0040 || Write access : Bus Error in Table1 access                      || kernel error ||
    238238||MMU_WRITE_PT2_ILLEGAL_ACCESS    || 0x0080 || Write access : Bus Error in Table2 access                      || kernel error ||
     
    242242||MMU_READ_PRIVILEGE_VIOLATION          || 0x1004 || Read  access : Protected access in user mode               || user  error ||
    243243||MMU_READ_EXEC_VIOLATION                         || 0x1010 || Read  access : Exec access to a non exec page            || user error ||
    244 ||MMU_READ_UNDEFINED_XTN                          || 0x1020 || Read  access : Undefined external access address     || user error ||
     244||MMU_READ_UNDEFINED_XTN                          || 0x1020 || Read  access : Undefined external access address     || kernel error ||
    245245||MMU_READ_PT1_ILLEGAL_ACCESS             || 0x1040 || Read  access : Bus Error in Table1 access                    || kernel error ||
    246246||MMU_READ_PT2_ILLEGAL_ACCESS             || 0x1080 || Read  access : Bus Error in Table2 access                    || kernel error ||