Merge branch 'master' of github.com:Minep/lunaix-os
[lunaix-os.git] / lunaix-os / kernel / lxinit.c
index 1485c3411e4d95266642876f8481f0b9b3168173..2de87c5900d59d773499f956123eaae871ba89fe 100644 (file)
@@ -50,6 +50,7 @@ _lxinit_main()
         kprintf("I am child, I am about to terminated\n");
         _exit(1);
     }
+    pause();
     pid_t child = wait(&status);
     kprintf("I am parent, my child (%d) terminated normally with code: %d.\n",
             child,