11 lines
168 B
C
11 lines
168 B
C
#include <stdio.h>
|
|
#include "../include/syscall.h"
|
|
|
|
int main(){
|
|
syscall_g_clean();
|
|
printf("CoolPotOS UserShell v0.0.1\n");
|
|
while (1){
|
|
|
|
}
|
|
return 0;
|
|
} |