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