mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
Stage 8
This commit is contained in:
8
cleonos/c/apps/ttydrv_main.c
Normal file
8
cleonos/c/apps/ttydrv_main.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <cleonos_syscall.h>
|
||||
|
||||
static const char ttydrv_banner[] = "[DRIVER][TTYDRV] ttydrv.elf online";
|
||||
|
||||
int cleonos_app_main(void) {
|
||||
cleonos_sys_log_write(ttydrv_banner, (u64)(sizeof(ttydrv_banner) - 1U));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user