X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=geekos%2Fsrc%2Fgeekos%2Fmain.c;h=5d71341cb32d87814c48ecb588f08a9e73eb608c;hp=310fcf94a664401bfd271ce20644c29d0c7b98bb;hb=1db43afe69d6e5f83db69392f2529daf12129a4a;hpb=9487b7d59cab801ef521a89187dfd1e33fa36c45 diff --git a/geekos/src/geekos/main.c b/geekos/src/geekos/main.c index 310fcf9..5d71341 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 0 +#if 1 struct Kernel_Thread *spin_thread; spin_thread=Start_Kernel_Thread(Spin,0,PRIORITY_NORMAL,false);