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.


added profiling support
[palacios.git] / geekos / src / geekos / vm.c
index c391c63..17c3499 100644 (file)
@@ -106,6 +106,8 @@ int RunVMM(struct Boot_Info * bootInfo) {
     vm_config.rombios_size = rombios->length;
     
     region_start += rombios->length;
+
+    vm_config.enable_profiling = 1;
     
     vm_config.vgabios = region_start;
     vm_config.vgabios_size = vgabios->length;