X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fmain.c;h=706665fc5ef498cd8df63c40351b2912df321651;hb=a6b18965e0ab6c3a0f2950c684892052194c1c58;hp=e55766478fe2e3edfa13a637d356634f5908973a;hpb=3b49b57d1f3b8bccdf7390c26ea9cda1f8dac8c3;p=palacios.git diff --git a/palacios/src/geekos/main.c b/palacios/src/geekos/main.c index e557664..706665f 100644 --- a/palacios/src/geekos/main.c +++ b/palacios/src/geekos/main.c @@ -3,7 +3,7 @@ * Copyright (c) 2001,2003,2004 David H. Hovemeyer * Copyright (c) 2003, Jeffrey K. Hollingsworth * Copyright (c) 2004, Iulian Neamtiu - * $Revision: 1.37 $ + * $Revision: 1.38 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -239,7 +239,8 @@ void Main(struct Boot_Info* bootInfo) } - + SerialPrint("RunVMM returned, spinning\n"); + while (1) {} TODO("Write a Virtual Machine Monitor");