mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
7 lines
122 B
C
7 lines
122 B
C
#include <clks/cpu.h>
|
|
#include <clks/kernel.h>
|
|
|
|
void _start(void) {
|
|
clks_kernel_main();
|
|
clks_cpu_halt_forever();
|
|
} |