mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
接着上个
This commit is contained in:
7
clks.local.bak/arch/aarch64/startup/boot.c
Normal file
7
clks.local.bak/arch/aarch64/startup/boot.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <clks/cpu.h>
|
||||
#include <clks/kernel.h>
|
||||
|
||||
void _start(void) {
|
||||
clks_kernel_main();
|
||||
clks_cpu_halt_forever();
|
||||
}
|
||||
Reference in New Issue
Block a user