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.


Ported palacios to Kbuild
[palacios.git] / palacios / lib / x86_64 / v3-udiv-compat.s
similarity index 91%
rename from geekos/src/geekos/udivdi3.s
rename to palacios/lib/x86_64/v3-udiv-compat.s
index d38bb58..ad45359 100644 (file)
@@ -17,8 +17,9 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-       .text
-       .align 4
-       .globl __udivdi3
+        .text
+        .align 4
+        .globl __udivdi3
 __udivdi3:
-       ret
+        ret
+