diff --git a/src/bin/shell/main.c b/src/bin/shell/main.c index b7224e2..a8a4327 100755 --- a/src/bin/shell/main.c +++ b/src/bin/shell/main.c @@ -31,6 +31,6 @@ int main() { printf("UbixOS: "); - exec("shell"); + //exec("shell"); while (1); } \ No newline at end of file