Add stub for System Service Descriptor Table accessor routine
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 29s
Builds / ExectOS (i686, debug) (push) Successful in 28s
Builds / ExectOS (amd64, release) (push) Successful in 38s
Builds / ExectOS (i686, release) (push) Successful in 37s

This commit is contained in:
2026-06-12 23:16:20 +02:00
parent 2f5902119d
commit 97703c7932
4 changed files with 52 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include <ke/shdata.hh>
#include <ke/spinlock.hh>
#include <ke/sysres.hh>
#include <ke/sysserv.hh>
#include <ke/systime.hh>
#include <ke/timer.hh>