X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=test%2Fgeekos_test_vm%2Fsrc%2Fgeekos%2Fmain.c;h=8dd05ab169833b36770b385d3d01c50600e40497;hb=cbbdb1c69dae70c0d8b836a3d9ff92e2aa67f1f9;hp=a16337889d39274d4c6b9356cec9d362cf0d0833;hpb=9a745f4d990981e4a26b8548a5388162fc0f260c;p=palacios.git diff --git a/test/geekos_test_vm/src/geekos/main.c b/test/geekos_test_vm/src/geekos/main.c index a163378..8dd05ab 100644 --- a/test/geekos_test_vm/src/geekos/main.c +++ b/test/geekos_test_vm/src/geekos/main.c @@ -241,18 +241,15 @@ void Main(struct Boot_Info* bootInfo) { struct Kernel_Thread * key_thread; struct Kernel_Thread * spkr_thread; - - - // VMConsPutLineN("hello\n", 6); - ulong_t doIBuzz = 0; Init_BSS(); + Init_VMCons(); Init_Screen(); InitSerial(); - - Init_VMCons(); + Print("Initializing Memory\n"); Init_Mem(bootInfo); + Print("Memory Done\n"); Init_CRC32(); Init_TSS(); Init_Interrupts(); @@ -268,10 +265,6 @@ void Main(struct Boot_Info* bootInfo) - - - - PrintBoth("\n\nHello, Welcome to this horrid output-only serial interface\n"); PrintBoth("Eventually, this will let us control the VMM\n\n");