mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-27 13:44:01 +00:00
Stage 7
This commit is contained in:
10
cleonos/c/apps/memc_main.c
Normal file
10
cleonos/c/apps/memc_main.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <cleonos_syscall.h>
|
||||
|
||||
static const char memc_banner[] = "[KAPP][MEMC] memc.elf online";
|
||||
|
||||
int cleonos_app_main(void) {
|
||||
u64 ticks = cleonos_sys_timer_ticks();
|
||||
(void)ticks;
|
||||
cleonos_sys_log_write(memc_banner, (u64)(sizeof(memc_banner) - 1U));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user