Files
SystemPaw3/paw/stos/init/init.c
T
Chloe M. 6f222ae96c stos: init: Add kernel C entry
Signed-off-by: Chloe M. <chloe@mensia.org>
2026-06-22 00:43:03 +00:00

15 lines
206 B
C

/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: Where your machine gets turned on~
* Author: Chloe M.
*/
#include <stdef.h>
VOID
KiKernelEntry(VOID)
{
}