Initialize system interrupt handlers
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 29s
Builds / ExectOS (i686, release) (push) Successful in 30s
Builds / ExectOS (amd64, release) (push) Successful in 50s
Builds / ExectOS (i686, debug) (push) Successful in 49s

This commit is contained in:
2026-06-08 20:15:18 +02:00
parent 9e64939de4
commit 5b0eebdb43
3 changed files with 45 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ namespace KE
private:
STATIC XTAPI VOID BootstrapKernel(VOID);
STATIC XTAPI VOID InitializeInterruptHandlers(VOID);
STATIC XTAPI VOID InitializeKernel(VOID);
};
}