6f222ae96c
Signed-off-by: Chloe M. <chloe@mensia.org>
15 lines
206 B
C
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)
|
|
{
|
|
}
|