9 lines
155 B
C
9 lines
155 B
C
#include "../include/stdio.h"
|
|
#include "../include/cpos.h"
|
|
|
|
int main(){
|
|
printf("Init service launched.\n");
|
|
exec_elf("shell.bin");
|
|
return 0;
|
|
}
|