Files
PluralTechnology/service/ptos/ke/init.c
T
2026-07-10 01:38:43 +00:00

19 lines
296 B
C

/*
* Copyright (c) 2026, Chloe M., et al
* Provided under the BSD-3 clause.
*
* Description: System bringup core
* Author: Chloe M.
*/
#include <ptdef.h>
/*
* Starting here is where the world is brought up and system
* components are initialized.
*/
VOID
KiKernelInit(VOID)
{
}