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.


Cache information interface and implementation for AMD and Intel on Linux
[palacios.git] / linux_usr / v3_console
index 0718179..d14979b 100755 (executable)
@@ -4,7 +4,7 @@ if ($#ARGV!=0) {
        print "v3_console /dev/v3-vmXXX\n";
        print "Use '\\' to escape terminal\n\n";
        print "Use v3_cons if you are on a raw PC console\n";
-       print "Use vncviewer if you are trying to connect to a v3_vncserver\n";
+       print "Use v3_vncclient if you are trying to connect to a v3_vncserver\n";
        exit;
 }