[Kos-cvs] kos/modules/kos wolfgang.c,1.75,1.76

thomas at kos.enix.org thomas at kos.enix.org
Tue Jan 4 23:22:51 CET 2005


Update of /home/kos/cvs/kos/modules/kos
In directory the-doors:/tmp/cvs-serv10253

Modified Files:
	wolfgang.c 
Log Message:
Unactivate the tests so that the normal boot process is the default.


Index: wolfgang.c
===================================================================
RCS file: /home/kos/cvs/kos/modules/kos/wolfgang.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- wolfgang.c	4 Jan 2005 22:09:10 -0000	1.75
+++ wolfgang.c	4 Jan 2005 22:22:48 -0000	1.76
@@ -977,7 +977,7 @@
   create_kernel_thread(NULL, pmm_usage_thread, NULL);
   create_kernel_thread(NULL, thread_which_ends, NULL);
 
-#define TEST_ARE_DISABLED_BECAUSE_VMM_TEST_FAILS_BECAUSE_LACK_OF_SYNCHRO
+  //#define TEST_ARE_DISABLED_BECAUSE_VMM_TEST_FAILS_BECAUSE_LACK_OF_SYNCHRO
 #ifdef TEST_ARE_DISABLED_BECAUSE_VMM_TEST_FAILS_BECAUSE_LACK_OF_SYNCHRO
   test_run_all_tests();
   for(;;);



More information about the Kos-cvs mailing list