ProcessorScheduler.st
changeset 4879 a4fc6ad599f6
parent 4715 b5735d3b752f
child 5101 901c91d6dd50
--- a/ProcessorScheduler.st	Thu Oct 07 18:25:07 1999 +0200
+++ b/ProcessorScheduler.st	Fri Oct 08 11:03:21 1999 +0200
@@ -838,6 +838,7 @@
     p setId:0 state:#run.
     p setPriority:currentPriority.
     p name:'scheduler'.
+    p beSystemProcess.
 
     scheduler := activeProcess := p.
     activeProcessId := 0.
@@ -3009,6 +3010,6 @@
 !ProcessorScheduler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.179 1999-09-10 12:58:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProcessorScheduler.st,v 1.180 1999-10-08 09:03:21 ca Exp $'
 ! !
 ProcessorScheduler initialize!