Initialize CPU power structures, idle process and idle thread

This commit is contained in:
2023-11-02 23:07:11 +01:00
parent e11ef2f008
commit 63f8dbc59b
6 changed files with 93 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ XTAPI
PKTHREAD
KeGetCurrentThread(VOID);
XTAPI
VOID
KepInitializeKernel(VOID);
XTAPI
VOID
KepInitializeMachine(VOID);