Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


updated geekos guest memory configuration parameter
Jack Lange [Mon, 23 Feb 2009 05:57:01 +0000 (23:57 -0600)]
geekos/src/geekos/vm.c

index da04444..7cb1acb 100644 (file)
@@ -104,6 +104,8 @@ int RunVMM(struct Boot_Info * bootInfo) {
     
     vm_config.rombios = region_start;
     vm_config.rombios_size = rombios->length;
+
+    vm_config.mem_size = 128 * 1024 * 1024;
     
     region_start += rombios->length;