X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fmain.c;h=15e507682a7730739404df87011bc1b02449204a;hb=3706417c637c227575fb134fe479b03e52301ea1;hp=7066111532116b39e67fa3b1487680448ff5adb5;hpb=291ff6cdccbaf928d7cfd094bc67fe666f49de2c;p=palacios.git diff --git a/palacios/src/geekos/main.c b/palacios/src/geekos/main.c index 7066111..15e5076 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.5 $ + * $Revision: 1.6 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -283,7 +283,7 @@ void Main(struct Boot_Info* bootInfo) ulong_t doIBuzz = 0; - while(1); + Init_BSS(); @@ -320,8 +320,8 @@ void Main(struct Boot_Info* bootInfo) #endif #if 1 - SerialPrint("Dumping GUEST KERNEL CODE (first 512*10 bytes @ 0x100000)\n"); - SerialMemDump((unsigned char *)0x100000, 512*10); + SerialPrint("Dumping GUEST KERNEL CODE (first 512*2 bytes @ 0x100000)\n"); + SerialMemDump((unsigned char *)0x100000, 512*2); #endif while(1);