DragonOS/kernel/main.c

12 lines
98 B
C

//
// Created by longjin on 2022/1/20.
//
void Start_Kernel(void)
{
while(1)
{
};
}