diff --git a/src/bin/init/main.c b/src/bin/init/main.c index 36828bf..62583f9 100644 --- a/src/bin/init/main.c +++ b/src/bin/init/main.c @@ -57,7 +57,7 @@ } /* Start the SDE(SCreen Drawing Engine) */ - //startSDE(); + startSDE(); printf("Initializing System.\n"); startup: @@ -84,6 +84,9 @@ /*** $Log$ + Revision 1.6 2004/05/25 18:38:00 reddawg + The system INIT task now responds to messages it is the root process for the OS + Revision 1.5 2004/05/25 15:43:44 reddawg Tests for MPI