#include #include "../include/syscall.h" int main(){ syscall_g_clean(); printf("CoolPotOS UserShell v0.0.1\n"); while (1){ } return 0; }