Initialize CPU power structures, idle process and idle thread
ステータスチェックはすべて成功しました
Builds / ExectOS (i686) (push) Successful in 28s
Builds / ExectOS (amd64) (push) Successful in 29s

このコミットが含まれているのは:
2023-11-02 23:07:11 +01:00
コミット 63f8dbc59b
6個のファイルの変更93行の追加0行の削除

ファイルの表示

@@ -23,3 +23,6 @@ ETHREAD KeInitialThread;
/* Kernel service descriptor table */
KSERVICE_DESCRIPTOR_TABLE KeServiceDescriptorTable[KSERVICE_TABLES_COUNT];
/* Kernel process list */
LIST_ENTRY KepProcessListHead;