<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thanks Simon,<br>
    These patches work.<br>
    For what its worth, here are the steps that i followed to get the
    barrelfish running in qemu.<br>
    <br>
    1. Downloaded ubuntu-10.04.2-desktop-i386.iso <br>
    2. Made a VMware virtual machine out of this.<br>
    3. updated it (sudo apt-get upate and applied the updates)<br>
    4. edited /etc/apt/source.list and replaced all instances of "lucid"
    with "natty" and then updated (sudo apt-get update)<br>
    5. installed libghc-ghc6-paths-dev (which should ideally pull ghc6
    alongwith)<br>
    6. reverted /etc/apt/source.list by replacing all instances of
    "natty" with "lucid" and update (sudo apt-get update)<br>
    7. installed zlib1g-dev (sudo apt-get install zlib1g-dev)<br>
    8. installed cabal (sudo apt-get install cabal-install)<br>
    9. update cabal ("cabal update", followed by "cabal install
    cabal-install")<br>
    10. installed qemu (sudo apt-get install qemu)<br>
    11. followed the README in barrelfish/usr/splash2/ with new patches<br>
    12. then followed the README in barrelfish/<br>
    DONE.<br>
    <br>
    the tools that I used were:<br>
    ghc&nbsp; version 6.12.3<br>
    GNU ld (GNU Binutils for Ubuntu) 2.20.1-system.20100303<br>
    gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3<br>
    <br>
    The size of the VMimage is 3.9GB. Perhaps some bytes can be saved by
    compression but we will certainly not be able to host it. Is anyone
    else interested in doing that ?<br>
    <br>
    BRs,<br>
    wakas<br>
    <br>
    On 03/03/11 14:16, Simon Peter wrote:
    <blockquote cite="mid:4D6F94B3.5070100@inf.ethz.ch" type="cite">
      <blockquote type="cite">Thanks for the help. I started off with
        the clean install of lucid with
        <br>
        ghc from natty and now it seems to work, but I have still not
        been able
        <br>
        to run the simulation because of the problem with the patch. It
        would be
        <br>
        great if you could share the valid one.
        <br>
      </blockquote>
      <br>
      Try the attached patches.
      <br>
      <br>
      Hope this helps,
      <br>
      Simon
      <br>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      Karlsruhe Institute of Technology (KIT) <br \="">
      Institute for Process Control, Automation and Robotics (IPR) <br
        \="">
      <br \="">
      Waqaas Munawar, M.Sc.
      <br \="">
      Engler-Bunte-Ring 8<br \="">
      Building 40.28<br \="">
      76131 Karlsruhe, Germany<br \="">
      <br \="">
      Phone: +49 721 608-46694<br \="">
      Fax: +49 721 608-47141<br \="">
      Email: <a href="mailto:waqaas.munawar@kit.edu">waqaas.munawar&#8706;kit.edu</a><br
        \="">
      Web: <a href="http://mta.ipr.kit.edu">http://mta.ipr.kit.edu</a><br
        \="">
      <br \="">
      KIT &#8211; University of the State of Baden-Wuerttemberg and<br \="">
      National Research Center of the Helmholtz Association<br \="">
      <br \="">
    </div>
  </body>
</html>