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.


removed deprecated build tools
Jack Lange [Wed, 25 Nov 2009 03:05:01 +0000 (21:05 -0600)]
utils/binutils-2.16.91.0.7.tar.gz [deleted file]
utils/gcc-3.4.6.tar.gz [deleted file]
utils/nasm-0.98.39.tar.gz [deleted file]
utils/nasm-install.patch [deleted file]
utils/vmx.patch [deleted file]

diff --git a/utils/binutils-2.16.91.0.7.tar.gz b/utils/binutils-2.16.91.0.7.tar.gz
deleted file mode 100644 (file)
index 32209e2..0000000
Binary files a/utils/binutils-2.16.91.0.7.tar.gz and /dev/null differ
diff --git a/utils/gcc-3.4.6.tar.gz b/utils/gcc-3.4.6.tar.gz
deleted file mode 100644 (file)
index b6bc0f3..0000000
Binary files a/utils/gcc-3.4.6.tar.gz and /dev/null differ
diff --git a/utils/nasm-0.98.39.tar.gz b/utils/nasm-0.98.39.tar.gz
deleted file mode 100644 (file)
index 303daa8..0000000
Binary files a/utils/nasm-0.98.39.tar.gz and /dev/null differ
diff --git a/utils/nasm-install.patch b/utils/nasm-install.patch
deleted file mode 100644 (file)
index 6aa52fd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in        2005-01-14 17:05:31.000000000 -0600
-+++ ../Makefile.in     2008-01-08 18:57:47.861088072 -0600
-@@ -20,7 +20,7 @@
- LIBS          = @LIBS@
- PERL          = perl
--INSTALL               = @INSTALL@
-+INSTALL               = @INSTALL@ -D
- INSTALL_PROGRAM       = @INSTALL_PROGRAM@
- INSTALL_DATA  = @INSTALL_DATA@
diff --git a/utils/vmx.patch b/utils/vmx.patch
deleted file mode 100644 (file)
index 8bbb471..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-Index: insns.dat
-===================================================================
-RCS file: /home/jarusl/nasm-0.98.39-vmx/insns.dat
-retrieving revision 1.46
-diff -u -p -w -r1.46 insns.dat
---- insns.dat  2 Sep 2003 21:38:48 -0000       1.46
-+++ insns.dat  28 Feb 2006 00:43:59 -0000
-@@ -1673,3 +1673,17 @@ MOVSHDUP        xmmreg,mem              \301\3\xF3\x0F\x16\
- MOVSHDUP      xmmreg,xmmreg           \3\xF3\x0F\x16\110              PRESCOTT,SSE3
- MOVSLDUP      xmmreg,mem              \301\3\xF3\x0F\x12\110          PRESCOTT,SSE3
- MOVSLDUP      xmmreg,xmmreg           \3\xF3\x0F\x12\110              PRESCOTT,SSE3
-+
-+; VMX Instructions
-+VMCALL                void                    \3\x0F\x01\xC1                  VMX
-+VMCLEAR               mem                     \3\x66\x0F\xC7\206              VMX
-+VMLAUNCH      void                    \3\x0F\x01\xC2                  VMX
-+VMPTRLD               mem                     \2\x0F\xC7\206                  VMX
-+VMPTRST               mem                     \2\x0F\xC7\207                  VMX
-+VMREAD                mem,reg32               \2\x0F\x78\101                  VMX
-+VMREAD                reg32,reg32             \2\x0F\x78\101                  VMX
-+VMRESUME      void                    \3\x0F\x01\xC3                  VMX
-+VMWRITE               reg32,mem               \2\x0F\x79\110                  VMX
-+VMWRITE               reg32,reg32             \2\x0F\x79\110                  VMX
-+VMXOFF                void                    \3\x0F\x01\xC4                  VMX
-+VMXON         mem                     \3\xF3\x0F\xC7\206              VMX
-Index: insns.h
-===================================================================
-RCS file: /home/jarusl/nasm-0.98.39-vmx/insns.h
-retrieving revision 1.31
-diff -u -p -w -r1.31 insns.h
---- insns.h    15 Jan 2005 22:15:51 -0000      1.31
-+++ insns.h    28 Feb 2006 00:43:59 -0000
-@@ -78,6 +78,7 @@ struct itemplate {
- #define IF_SSE    0x00010000UL  /* it's a SSE (KNI, MMX2) instruction */
- #define IF_SSE2   0x00020000UL  /* it's a SSE2 instruction */
- #define IF_SSE3   0x00040000UL  /* it's a SSE3 (PNI) instruction */
-+#define IF_VMX          0x00080000UL  /* it's a VMX instruction */
- #define IF_PMASK  0xFF000000UL  /* the mask for processor types */
- #define IF_PLEVEL 0x0F000000UL  /* the mask for processor instr. level */
-                                         /* also the highest possible processor */
-