mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 11:49:42 +00:00
[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:
parent
b49a2d6356
commit
e836d0b56e
3 changed files with 194 additions and 24 deletions
|
@ -1669,6 +1669,11 @@ BlArchCpuId (
|
|||
_Out_ INT* Result
|
||||
);
|
||||
|
||||
CPU_VENDORS
|
||||
BlArchGetCpuVendor (
|
||||
VOID
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
BlArchIsCpuIdFunctionSupported (
|
||||
_In_ ULONG Function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue