mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
9 lines
85 B
C
9 lines
85 B
C
//
|
|
// Created by longjin on 2022/1/20.
|
|
//
|
|
|
|
void Start_Kernel(void)
|
|
{
|
|
while(1);
|
|
}
|