DragonOS/kernel/main.c

9 lines
85 B
C

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