mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
初始化
This commit is contained in:
7
clks/arch/x86_64/boot.c
Normal file
7
clks/arch/x86_64/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