<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Nil,<br>
<br>
I assume you modified your menu.lst to start the hello program. The
menu.lst [1] for the SCC provided in the tip version of the
Barrelfish tree should not start the hello world program
automatically.<br>
<br>
Adding the following entry to the menu.lst would start the hello
program on core 0 (assuming you compiled it).<br>
<tt>module /scc/sbin/examples/xmpl-hello core=0</tt><br>
<br>
If you wanted it to start on more cores, you could add several
lines, such as:<br>
<tt>module /scc/sbin/examples/xmpl-hello core=0<br>
module /scc/sbin/examples/xmpl-hello core=1<br>
module /scc/sbin/examples/xmpl-hello core=2</tt><br>
<br>
If you omit the paramter <tt>core=</tt>, the program is started on
the core 0.<br>
<br>
Hope this helps,<br>
Stefan<br>
<br>
[1] see <a class="moz-txt-link-freetext" href="http://hg.barrelfish.org/file/8c906f8f22fb/hake/menu.lst.scc">http://hg.barrelfish.org/file/8c906f8f22fb/hake/menu.lst.scc</a><br>
<br>
<br>
On 01/24/2012 05:46 PM, Nil Karavadara wrote:
<blockquote
cite="mid:CAG6dnr8UW6AUrpxCxTitn-nbC6zktt=fUq48ezLRiOSaM=Ab1Q@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
Hi,<br>
<br>
I have manged to boot barrelfish on SCC. My question is i have
booted barrelfish on two cores of SCC and i can see "Hello world"
printed once is this correct? (i think that core0 and core1 both
will output "Hello world" and i should see it twice on screen)<br
clear="all">
<br>
Thank you.<br>
<br>
-- <br>
Kind Regards,<br>
Nil Karavadara<font color="#888888"><br>
<br>
</font><font color="#888888">Centre for Computer Science and
Informatics Research<br>
Science & Technology Research Institute<br>
University of Hertfordshire</font><br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Barrelfish-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a>
<a class="moz-txt-link-freetext" href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Stefan Kästle
ETH Zürich
CAB E 69
Universitätstrasse 6
CH-8092 Zürich
Switzerland
Email: <a class="moz-txt-link-abbreviated" href="mailto:stefan.kaestle@inf.ethz.ch">stefan.kaestle@inf.ethz.ch</a>
Phone: +41 44 632 8289</pre>
</body>
</html>