1
0
feito fork de xt-sys/exectos

Introduce architecture library as new kernel subsystem and move selected routines into new subsystem

Esse commit está contido em:
2023-01-28 10:34:55 +01:00
commit 27e2fdf4f2
19 arquivos alterados com 837 adições e 736 exclusões

Ver arquivo

@@ -121,7 +121,7 @@ BlEnablePaging(IN PLIST_ENTRY MemoryMappings,
}
/* Write PML4 to CR3 */
HlWriteControlRegister(3, (UINT_PTR)*PtePointer);
ArWriteControlRegister(3, (UINT_PTR)*PtePointer);
/* Return success */
return STATUS_EFI_SUCCESS;