mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 完成了内核执行头程序(编译仍有问题)
This commit is contained in:
11
kernel/main.c
Normal file
11
kernel/main.c
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by longjin on 2022/1/20.
|
||||
//
|
||||
|
||||
void Start_Kernel(void)
|
||||
{
|
||||
while(1)
|
||||
{
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user