X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=geekos%2Fsrc%2Fgeekos%2Fmain.c;h=310fcf94a664401bfd271ce20644c29d0c7b98bb;hb=9487b7d59cab801ef521a89187dfd1e33fa36c45;hp=5d71341cb32d87814c48ecb588f08a9e73eb608c;hpb=35b12c60af3cecffd00068990e61ab6fa01d49fe;p=palacios.git diff --git a/geekos/src/geekos/main.c b/geekos/src/geekos/main.c index 5d71341..310fcf9 100644 --- a/geekos/src/geekos/main.c +++ b/geekos/src/geekos/main.c @@ -241,7 +241,7 @@ void Main(struct Boot_Info* bootInfo) #endif -#if 1 +#if 0 struct Kernel_Thread *spin_thread; spin_thread=Start_Kernel_Thread(Spin,0,PRIORITY_NORMAL,false);