Add dispatcher object routing for wait satisfaction and interval calculation
Some checks failed
Builds / ExectOS (i686, debug) (push) Failing after 30s
Builds / ExectOS (amd64, debug) (push) Failing after 32s
Builds / ExectOS (amd64, release) (push) Failing after 32s
Builds / ExectOS (i686, release) (push) Failing after 29s

This commit is contained in:
2026-06-28 23:25:45 +02:00
parent 3011df6f3c
commit 119480382b
7 changed files with 331 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
#include <ke/bootinfo.hh>
#include <ke/crash.hh>
#include <ke/dispatch.hh>
#include <ke/dispobj.hh>
#include <ke/dpc.hh>
#include <ke/event.hh>
#include <ke/guard.hh>