From: Jack Lange Date: Fri, 1 May 2009 17:56:12 +0000 (-0500) Subject: fixed GeekOS X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=a6bb8353586a69e1a7da521f1098815860bec513 fixed GeekOS --- diff --git a/geekos/src/geekos/vm.c b/geekos/src/geekos/vm.c index a58f179..e69aae4 100644 --- a/geekos/src/geekos/vm.c +++ b/geekos/src/geekos/vm.c @@ -123,7 +123,7 @@ int RunVMM(struct Boot_Info * bootInfo) { if (g_ramdiskImage != NULL) { - vm_config.use_ramdisk = 1; + vm_config.use_ram_cd = 1; vm_config.ramdisk = g_ramdiskImage; vm_config.ramdisk_size = s_ramdiskSize; } @@ -136,11 +136,9 @@ int RunVMM(struct Boot_Info * bootInfo) { PrintBoth("Allocated Guest\n"); - (v3_ops).config_guest(vm_info, &vm_config); - PrintBoth("Configured guest\n"); + (v3_ops).init_guest(vm_info, &vm_config); - (v3_ops).init_guest(vm_info); PrintBoth("Starting Guest\n"); //Clear_Screen();