Implement HL::Cpu::StartAllProcessors to bootstrap all application processors

This commit is contained in:
2026-05-17 17:33:35 +02:00
parent 8080e07281
commit 4e7113a079
3 changed files with 177 additions and 0 deletions

View File

@@ -19,8 +19,10 @@ namespace HL
{
private:
STATIC KAFFINITY ActiveProcessors;
public:
STATIC XTAPI VOID InitializeProcessor(VOID);
STATIC XTAPI XTSTATUS StartAllProcessors(VOID);
};
}