Index: src/examples/multicore.c
===================================================================
--- src/examples/multicore.c	(revision 8d4f7fe847eef8e0d54d3b2fd88d35f0d28ef095)
+++ src/examples/multicore.c	(revision c3ebf37c145f74649af817e1dc7738d68ae60429)
@@ -9,5 +9,5 @@
 
 void main( MyThread* this ) {
-	for(int i = 0; i < 10000000; i++) {
+	for(int i = 0; i < 1000000; i++) {
 		yield();
 	}
@@ -15,5 +15,5 @@
 
 int main(int argc, char* argv[]) {
-	sout | "User main begin" | endl;
+	// sout | "User main begin" | endl;
 	{
 		processor p;
@@ -25,4 +25,4 @@
 		}
 	}
-	sout | "User main end" | endl;
+	// sout | "User main end" | endl;
 }
