Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit 9e64939de4 - Show all commits

View File

@@ -9,9 +9,6 @@
#include <xtos.hh> #include <xtos.hh>
/* Use routines from Kernel Library */
using namespace KE;
/** /**
* This routine starts up the XT kernel. It is called by boot loader. * This routine starts up the XT kernel. It is called by boot loader.
* *
@@ -22,6 +19,7 @@ using namespace KE;
* *
* @since XT 1.0 * @since XT 1.0
*/ */
XTCLINK
XTAPI XTAPI
VOID VOID
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters) KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)