X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=geekos%2Fsrc%2Fgeekos%2Fmain.c;h=5d71341cb32d87814c48ecb588f08a9e73eb608c;hb=e63be432894673d56526c4f1c2cb4fa64daf01d9;hp=310fcf94a664401bfd271ce20644c29d0c7b98bb;hpb=9487b7d59cab801ef521a89187dfd1e33fa36c45;p=palacios.git 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);