Implement handle table management interface
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 45s
Builds / ExectOS (i686, release) (push) Successful in 35s
Builds / ExectOS (amd64, release) (push) Successful in 39s
Builds / ExectOS (i686, debug) (push) Successful in 42s

This commit is contained in:
2026-07-09 19:16:01 +02:00
parent 4ddc0c91c0
commit 2b1ff4aa9f
4 changed files with 341 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <xtos.hh>
#include <ex/handle.hh>
#include <ex/laslist.hh>
#include <ex/resource.hh>
#include <ex/rundown.hh>