[ROSLOAD] Initial support for launching OS Loader Entrypoint and returning from it

[ENVIRON]: Implement BlArchGetCpuVendor
[ROSLOAD]: Stub OslPrepareTarget, OslExecuteTransition
[ROSLOAD]: Implement OslpMain
This commit is contained in:
Alex Ionescu 2018-01-28 13:24:20 +01:00
parent b49a2d6356
commit e836d0b56e
3 changed files with 194 additions and 24 deletions

View file

@ -1669,6 +1669,11 @@ BlArchCpuId (
_Out_ INT* Result
);
CPU_VENDORS
BlArchGetCpuVendor (
VOID
);
BOOLEAN
BlArchIsCpuIdFunctionSupported (
_In_ ULONG Function