Implement idle thread loop
Some checks failed
Builds / ExectOS (i686, release) (push) Successful in 32s
Builds / ExectOS (amd64, release) (push) Failing after 13m27s
Builds / ExectOS (amd64, debug) (push) Failing after 38m41s
Builds / ExectOS (i686, debug) (push) Failing after 42m56s

This commit is contained in:
2026-06-09 08:36:39 +02:00
parent 663f5cd048
commit 6078a5ba29
2 changed files with 71 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ namespace KE
class Dispatcher
{
public:
STATIC XTAPI VOID EnterIdleLoop(VOID);
STATIC XTFASTCALL VOID ExitDispatcher(IN KRUNLEVEL OldRunLevel);
STATIC XTCDECL VOID HandleDispatchInterrupt(IN PKTRAP_FRAME TrapFrame);
STATIC XTFASTCALL BOOLEAN SwitchContext(IN PKTHREAD CurrentThread,