🔧 修改为makefile的构建方式,程序能正常运行

This commit is contained in:
fslongjin
2022-01-21 13:49:09 +08:00
parent cff4f4eb29
commit f479f32102
10 changed files with 63 additions and 72 deletions

View File

@ -4,8 +4,5 @@
void Start_Kernel(void)
{
while(1)
{
};
while(1);
}