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 ha cambiato i file con 93 aggiunte e 0 eliminazioni

Vedi File

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