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.


*** empty log message ***
Jack Lange [Fri, 4 Apr 2008 22:49:31 +0000 (22:49 +0000)]
palacios/include/geekos/vmm_emulate.h

index dcead40..572cc98 100644 (file)
@@ -6,35 +6,7 @@
 /*
  * This is where we do the hideous X86 instruction parsing among other things
  * We can parse out the instruction prefixes, as well as decode the operands 
- *
- * Before we begin I'd just like to say a few words to those that made this possible...
- *
- *
- *                                  _____
- *                                 ||   ||
- *                                 |\___/|
- *                                 |     |
- *                                 |     |
- *                                 |     |
- *                                 |     |
- *                                 |     |
- *                                 |     |
- *                            _____|<--->|_____
- *                        ___/     |     |      \
- *                      /    |     |     |     | \
- *                      |    |     |     |     |  |
- *                      |    |     |     |     |  |
- *                      |                      |  |
- *                      |                      |  |
- *                      |    Fuck You Intel!     /
- *                      |                       /
- *                       \                    /
- *                        \                  /
- *                         |                 |
- *                         |                 |
- *
- * That is all.
- *
+
  */