<div dir="ltr"><div>I installed qemu using apt-get. <br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 8, 2018 at 6:54 AM, ben eslami <span dir="ltr"><<a href="mailto:beneslami72@gmail.com" target="_blank">beneslami72@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>I did "make -j 5 X86_64_Basic" and I didn't encounter any error. After that by running "qemu_x86_64" I encountered some errors. the output is in the attachment.<br><br></div>Now I'm using ubuntu 16.04.<br></div>kernel version 4.4.0-116-generic.<br>gcc version 5.4.0 20160609<br></div>I installed qemu <br> </div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 8, 2018 at 6:44 AM, Reto Achermann <span dir="ltr"><<a href="mailto:reto.achermann@inf.ethz.ch" target="_blank">reto.achermann@inf.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ben,<br>
<br>
As Mothy already said, you should see 'fish', the shell, after Barrelfish booted all cores etc.<br>
<br>
You will see 'fish v0.2 -- pleased to meet you!'<br>
<br>
Barrelfish does not have a GUI like Windows or Gnome. Just to make this clear, Barrelfish is not like Ubuntu or Linux at all.<br>
<br>
If you keep seeing the error, please provide us with the faulting instruction pointer, where it occurs in the code (file & line), address and which domain/process it occurs in.<br>
<br>
-- Reto<span><br>
<br>
<br>
On 03/08/2018 01:26 PM, ben eslami wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>
Does Barrelfish have GUI ?<br>
When I run make qemu_x86_64 , what output should I see ?<br>
<br>
<br></span><div><div class="m_800366346419163667h5">
On Wed, Mar 7, 2018 at 1:31 PM, Lukas Humbel <<a href="mailto:lukas.humbel@inf.ethz.ch" target="_blank">lukas.humbel@inf.ethz.ch</a> <mailto:<a href="mailto:lukas.humbel@inf.ethz.ch" target="_blank">lukas.humbel@inf.ethz.<wbr>ch</a>>> wrote:<br>
<br>
    Hi<br>
<br>
    The QEMU version should not be an issue, I run BF regularly on a pretty<br>
    recent version (2.10.93) and it works without issues.<br>
<br>
    Cheers,<br>
    Lukas<br>
<br>
<br>
    On 06.03.2018 23:32, Timothy Roscoe wrote:<br>
     > Dear Ben,<br>
     ><br>
     > Without details about what OS and versions of compilers, etc. you are<br>
     > using to boot Barrelfish, it is hard to figure out what the problem<br>
     > is.<br>
     ><br>
     > What we can say is that on an up-to-date, vanilla Ubuntu 16.04 64-bit<br>
     > x86 installation, if you follow the instructions in the README file,<br>
     > and then run:<br>
     ><br>
     >  make qemu_x86_64<br>
     ><br>
     >  - then it should work.  I've just tested it on a relatively fresh<br>
     > Ubuntu LTS installation and it worked fine - you eventually see a<br>
     > prompt from 'fish', Barrelfish' fairly rudimentary CLI shell.<br>
     ><br>
     > It's possible you're triggering a problem which doesn't show up when<br>
     > building and running in Qemu on Ubuntu but is present on other<br>
     > distros.  However, we can't tell unless you provide us with more<br>
     > information on the environment you're using.<br>
     ><br>
     > FWIW, the version of qemu currently supported is:<br>
     ><br>
     >   $ qemu-system-x86_64 --version<br>
     >   QEMU emulator version 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.24),<br>
     >   Copyright (c) 2003-2008 Fabrice Bellard<br>
     ><br>
     > From the output you are sending, it's fairly clear that Barrelfish is<br>
     > actually booting, but then hitting an error in the boot driver<br>
    for the<br>
     > second core.  Reto is looking into this, but in the meantime if you<br>
     > stay with a stock Ubuntu 16.04 for building and running qemu, you<br>
     > should be fine.<br>
     ><br>
     > Best regards,<br>
     ><br>
     >  -- Timothy Roscoe<br>
     ><br>
     > At Wed, 7 Mar 2018 00:54:26 +0330, ben eslami<br></div></div><span>
    <<a href="mailto:beneslami72@gmail.com" target="_blank">beneslami72@gmail.com</a> <mailto:<a href="mailto:beneslami72@gmail.com" target="_blank">beneslami72@gmail.com</a>><wbr>> wrote:<br>
     >> Can anyone pleeease help me ???<br>
     >> How can I launch Barrelfish??<br>
     >> Is this like ubuntu ?? I mean, Can I boot it using vmware ???<br>
     >> I did exactly as wiki says and I copied the result in attachment.<br>
     >> I would appreciate if someone help me<br>
     >><br>
     >> Thank you<br>
     >><br>
     >> On Mon, Mar 5, 2018 at 3:37 PM, ben eslami<br></span><span>
    <<a href="mailto:beneslami72@gmail.com" target="_blank">beneslami72@gmail.com</a> <mailto:<a href="mailto:beneslami72@gmail.com" target="_blank">beneslami72@gmail.com</a>><wbr>> wrote:<br>
     >><br>
     >>> Thank you for your attention.<br>
     >>> what I did was just as this page <a href="http://wiki.barrelfish.or" rel="noreferrer" target="_blank">http://wiki.barrelfish.or</a><br>
     >>> g/Getting_Started<br>
     >>> I did exactly as this page says and I copied the result in a<br>
    file. you can<br>
     >>> find it in attachment.<br>
     >>> gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9).<br>
     >>> I downloaded the latest version of Barrelfish from Github.<br>
     >>> For now, I just come up to this level and I don't know what to<br>
    do next.<br>
     >>><br>
     >>> Thank you again very much<br>
     >>><br>
     >>><br>
     >>><br>
    > ______________________________<wbr>_________________<br>
    > Barrelfish-users mailing list<br>
    > <a href="mailto:Barrelfish-users@lists.inf.ethz.ch" target="_blank">Barrelfish-users@lists.inf.eth<wbr>z.ch</a><br></span>
    <mailto:<a href="mailto:Barrelfish-users@lists.inf.ethz.ch" target="_blank">Barrelfish-users@lists<wbr>.inf.ethz.ch</a>><br>
     > <a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mail<wbr>man/listinfo/barrelfish-users</a><span><br>
    <<a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mai<wbr>lman/listinfo/barrelfish-users</a><wbr>><br>
<br>
    --<br>
    Lukas Humbel<br>
<br>
    ______________________________<wbr>_________________<br>
    Barrelfish-users mailing list<br>
    <a href="mailto:Barrelfish-users@lists.inf.ethz.ch" target="_blank">Barrelfish-users@lists.inf.eth<wbr>z.ch</a><br></span><span>
    <mailto:<a href="mailto:Barrelfish-users@lists.inf.ethz.ch" target="_blank">Barrelfish-users@lists<wbr>.inf.ethz.ch</a>><br>
    <a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mail<wbr>man/listinfo/barrelfish-users</a><br>
    <<a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mai<wbr>lman/listinfo/barrelfish-users</a><wbr>><br>
<br>
<br>
<br>
<br></span><span>
______________________________<wbr>_________________<br>
Barrelfish-users mailing list<br>
<a href="mailto:Barrelfish-users@lists.inf.ethz.ch" target="_blank">Barrelfish-users@lists.inf.eth<wbr>z.ch</a><br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mail<wbr>man/listinfo/barrelfish-users</a><br>
<br>
</span></blockquote><span class="m_800366346419163667HOEnZb"><font color="#888888">
<br>
-- <br>
Reto Achermann,<br>
<a href="http://people.inf.ethz.ch/acreto" rel="noreferrer" target="_blank">http://people.inf.ethz.ch/acre<wbr>to</a><br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>