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.


Assorted cleanup
[palacios.git] / linux_usr / v3_continue.c
index 0b2c411..30ce201 100644 (file)
@@ -27,7 +27,7 @@ int main(int argc, char* argv[]) {
        return -1;
     }
 
-    printf("Stopping VM\n");
+    printf("Continuing VM\n");
     
     vm_fd = open(filename, O_RDONLY);