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

这个提交包含在:
2023-01-28 10:34:55 +01:00
父节点 651113c4e8
当前提交 27e2fdf4f2
共有 19 个文件被更改,包括 837 次插入736 次删除

查看文件

@@ -404,8 +404,8 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
BlEfiPrint(L"System halted!");
for(;;)
{
HlClearInterruptFlag();
HlHalt();
ArClearInterruptFlag();
ArHalt();
}
/* Return success */