Manuel,<div><br></div><div>I am not too familiar with the MMAP code. Can you be more specific about which parts of the code (file name and line numbers) I should comment out?</div><div><br></div><div>Thanks,</div><div>Shawn<br>
<br><div class="gmail_quote">On Thu, Jun 14, 2012 at 2:54 PM, Manuel Stocker <span dir="ltr">&lt;<a href="mailto:mensi@vis.ethz.ch" target="_blank">mensi@vis.ethz.ch</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Shawn,<br>
<br>
Disclaimer: It has been some time since I have looked at the mmap code,<br>
so this could be complete nonsense, but I hope others will correct me if<br>
I&#39;m wrong ;)<br>
<br>
If you look at the MMAP, you can see that the first and second sections<br>
have been page-aligned. It could be that the ACPI code tries to map the<br>
second memory section without page-aligning it first, which could fail.<br>
When I wrote the MMAP fixup code last year, it helped on some DELL<br>
hardware. You could try commenting out the whole MMAP fixup part, since<br>
your MMAP seems to look fine otherwise.<br>
<br>
If it still doesn&#39;t work, it&#39;s probably a problem in the ACPI code and<br>
memory mapping the ACPI regions, where others probably have more<br>
experience than me.<br>
<br>
cheers,<br>
Manuel<br>
<br>
Am 14.06.2012 19:37, schrieb Shawn Furrow:<br>
<div><div class="h5">&gt; Well, I have added the bomp benchmarks to it and it no longer hangs up<br>
&gt; at the &quot;skb.0:waiting for: serial&quot; message. However, I am still getting<br>
&gt; the ram_alloc error. So I guess I am low on memory?  My machine has 16GB<br>
&gt; of memory. You would think that would be enough but maybe since it has<br>
&gt; 48 cores that there is not enough memory to load everything.<br>
&gt;<br>
&gt; Here is my menu.lst:<br>
&gt;<br>
&gt; default         0<br>
&gt; timeout         5<br>
&gt;<br>
&gt; title   Barrelfish<br>
&gt; ifconfig --address=10.1.1.29 --server=10.1.1.25<br>
&gt; root    (nd)/barrelfish/<br>
&gt; kernel  (nd)/barrelfish/x86_64/sbin/elver loglevel=4<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/cpu loglevel=4<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/init<br>
&gt;<br>
&gt; # Domains spawned by init<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/mem_serv<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/monitor<br>
&gt;<br>
&gt; # Special boot time domains spawned by monitor<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/ramfsd boot<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/skb boot<br>
&gt; modulenounzip (nd)/barrelfish/skb_ramfs.cpio.gz nospawn<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/kaluga boot<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/acpi boot<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/spawnd boot<br>
&gt; #bootapic-x86_64=1-15<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/startd boot<br>
&gt; module (nd)/barrelfish/x86_64/sbin/routing_setup boot<br>
&gt;<br>
&gt; # Drivers<br>
&gt; module (nd)/barrelfish/x86_64/sbin/pci auto<br>
&gt; module (nd)/barrelfish/x86_64/sbin/ahcid auto<br>
&gt; module (nd)/barrelfish/x86_64/sbin/rtl8029 auto<br>
&gt; module (nd)/barrelfish/x86_64/sbin/e1000n auto<br>
&gt; module (nd)/barrelfish/x86_64/sbin/NGD_mng auto<br>
&gt; module (nd)/barrelfish/x86_64/sbin/netd auto<br>
&gt;<br>
&gt; # General user domains<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/serial<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/fish<br>
&gt;<br>
&gt; # Benchmarks<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/bomp_benchmark_is<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/bomp_benchmark_cg<br>
&gt; module  (nd)/barrelfish/x86_64/sbin/bomp_benchmark_ft<br>
&gt;<br>
&gt; Here is my complete boot output from the serial port:<br>
&gt;<br>
&gt; Kernel starting at address 0xffffff8008780000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 16<br>
&gt; kernel 0: Measured 200006784 APIC timer counts in one RTC second, 263928<br>
&gt; data points.<br>
&gt; kernel 0: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 14 TSC ticks.<br>
&gt; Raw MMAP from BIOS<br>
&gt; 0x00000000 - 0x0009e800 Type: 1 Length: 0x9e800<br>
&gt; 0x0009e800 - 0x000a0000 Type: 2 Length: 0x1800<br>
&gt; 0x000e8000 - 0x00100000 Type: 2 Length: 0x18000<br>
&gt; 0x00100000 - 0xd7e60000 Type: 1 Length: 0xd7d60000<br>
&gt; 0xd7e6e000 - 0xd7e70000 Type: 9 Length: 0x2000<br>
&gt; 0xd7e70000 - 0xd7e94000 Type: 3 Length: 0x24000<br>
&gt; 0xd7e94000 - 0xd7ec0000 Type: 4 Length: 0x2c000<br>
&gt; 0xd7ec0000 - 0xd7ee0000 Type: 2 Length: 0x20000<br>
&gt; 0xd7eed000 - 0xd7f00000 Type: 2 Length: 0x13000<br>
&gt; 0xd7f00000 - 0xd8000000 Type: 2 Length: 0x100000<br>
&gt; 0xe0000000 - 0xf0000000 Type: 2 Length: 0x10000000<br>
&gt; 0xffe00000 - 0x100000000 Type: 2 Length: 0x200000<br>
&gt; 0x100000000 - 0x428000000 Type: 1 Length: 0x328000000<br>
&gt; Sorted MMAP<br>
&gt; 0x00000000 - 0x0009e800 Type: 1 Length: 0x9e800<br>
&gt; 0x0009e800 - 0x000a0000 Type: 2 Length: 0x1800<br>
&gt; 0x000e8000 - 0x00100000 Type: 2 Length: 0x18000<br>
&gt; 0x00100000 - 0xd7e60000 Type: 1 Length: 0xd7d60000<br>
&gt; 0xd7e6e000 - 0xd7e70000 Type: 9 Length: 0x2000<br>
&gt; 0xd7e70000 - 0xd7e94000 Type: 3 Length: 0x24000<br>
&gt; 0xd7e94000 - 0xd7ec0000 Type: 4 Length: 0x2c000<br>
&gt; 0xd7ec0000 - 0xd7ee0000 Type: 2 Length: 0x20000<br>
&gt; 0xd7eed000 - 0xd7f00000 Type: 2 Length: 0x13000<br>
&gt; 0xd7f00000 - 0xd8000000 Type: 2 Length: 0x100000<br>
&gt; 0xe0000000 - 0xf0000000 Type: 2 Length: 0x10000000<br>
&gt; 0xffe00000 - 0x100000000 Type: 2 Length: 0x200000<br>
&gt; 0x100000000 - 0x428000000 Type: 1 Length: 0x328000000<br>
&gt; Preprocessed MMAP<br>
&gt; 0x00000000 - 0x0009e800 Type: 1 Length: 0x9e800<br>
&gt; 0x0009e800 - 0x000a0000 Type: 2 Length: 0x1800<br>
&gt; 0x000e8000 - 0x00100000 Type: 2 Length: 0x18000<br>
&gt; 0x00100000 - 0xd7e60000 Type: 1 Length: 0xd7d60000<br>
&gt; 0xd7e6e000 - 0xd7e70000 Type: 9 Length: 0x2000<br>
&gt; 0xd7e70000 - 0xd7e94000 Type: 3 Length: 0x24000<br>
&gt; 0xd7e94000 - 0xd7ec0000 Type: 4 Length: 0x2c000<br>
&gt; 0xd7ec0000 - 0xd7ee0000 Type: 2 Length: 0x20000<br>
&gt; 0xd7eed000 - 0xd7f00000 Type: 2 Length: 0x13000<br>
&gt; 0xd7f00000 - 0xd8000000 Type: 2 Length: 0x100000<br>
&gt; 0xe0000000 - 0xf0000000 Type: 2 Length: 0x10000000<br>
&gt; 0xffe00000 - 0x100000000 Type: 2 Length: 0x200000<br>
&gt; 0x100000000 - 0x428000000 Type: 1 Length: 0x328000000<br>
&gt; Pagealigned MMAP<br>
&gt; 0x00000000 - 0x0009e000 Type: 1 Length: 0x9e000<br>
&gt; 0x0009e000 - 0x000a0000 Type: 2 Length: 0x2000<br>
&gt; 0x000e8000 - 0x00100000 Type: 2 Length: 0x18000<br>
&gt; 0x00100000 - 0xd7e60000 Type: 1 Length: 0xd7d60000<br>
&gt; 0xd7e6e000 - 0xd7e70000 Type: 9 Length: 0x2000<br>
&gt; 0xd7e70000 - 0xd7e94000 Type: 3 Length: 0x24000<br>
&gt; 0xd7e94000 - 0xd7ec0000 Type: 4 Length: 0x2c000<br>
&gt; 0xd7ec0000 - 0xd7ee0000 Type: 2 Length: 0x20000<br>
&gt; 0xd7eed000 - 0xd7f00000 Type: 2 Length: 0x13000<br>
&gt; 0xd7f00000 - 0xd8000000 Type: 2 Length: 0x100000<br>
&gt; 0xe0000000 - 0xf0000000 Type: 2 Length: 0x10000000<br>
&gt; 0xffe00000 - 0x100000000 Type: 2 Length: 0x200000<br>
&gt; 0x100000000 - 0x428000000 Type: 1 Length: 0x328000000<br>
&gt; kernel 0: unhandled IRQ 7<br>
&gt; init: invoked as: init 2097152<br>
&gt; Spawning memory server (x86_64/sbin/mem_serv)...<br>
&gt; Spawning monitor (x86_64/sbin/monitor)...<br>
&gt; monitor: invoked as: x86_64/sbin/monitor 327680<br>
&gt; RAM allocator initialised, 16221 MB (of 16237 MB) available<br>
&gt; Spawning ramfsd on core 0<br>
&gt; ramfsd.0: pre-populating from boot image...<br>
&gt; ramfsd.0: unpacking Gzipped CPIO /skb_ramfs.cpio.gz<br>
&gt; ramfsd.0: ready<br>
&gt; Spawning skb on core 0<br>
&gt; Spawning (nd)/barrelfish/x86_64/sbin/kaluga on core 0<br>
&gt; Spawning (nd)/barrelfish/x86_64/sbin/acpi on core 0<br>
&gt; Spawning (nd)/barrelfish/x86_64/sbin/spawnd on core 0<br>
&gt; Spawning (nd)/barrelfish/x86_64/sbin/startd on core 0<br>
&gt; Spawning (nd)/barrelfish/x86_64/sbin/routing_setup on core 0<br>
&gt; Kaluga running.<br>
&gt; skb.0: waiting for: skb<br>
&gt; skb.0: waiting for: all_spawnds_up<br>
&gt; kernel: 0: installing handler for IRQ 0<br>
&gt; Monitor 0: booting x86_64 core 1 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8018001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 17<br>
&gt; Installing fixed event handler for power button<br>
&gt; Installing notify handler for power/sleep button<br>
&gt; kernel 1: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 1<br>
&gt; Monitor 0: booting x86_64 core 2 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8019001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 18<br>
&gt; kernel 2: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 2<br>
&gt; Monitor 0: booting x86_64 core 3 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff801b001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 19<br>
&gt; kernel 3: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 3<br>
&gt; Monitor 0: booting x86_64 core 4 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff801c001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 20<br>
&gt; kernel 4: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 19 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 4<br>
&gt; Monitor 0: booting x86_64 core 5 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff801d001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 21<br>
&gt; kernel 5: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 5<br>
&gt; Monitor 0: booting x86_64 core 6 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff801e001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 22<br>
&gt; kernel 6: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 24 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 6<br>
&gt; Monitor 0: booting x86_64 core 7 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8024001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 23<br>
&gt; kernel 7: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 7<br>
&gt; Monitor 0: booting x86_64 core 8 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8025001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 24<br>
&gt; kernel 8: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 8<br>
&gt; Monitor 0: booting x86_64 core 9 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8026001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 25<br>
&gt; kernel 9: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 15 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 9<br>
&gt; Monitor 0: booting x86_64 core 10 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8027001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 26<br>
&gt; kernel 10: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 10<br>
&gt; Monitor 0: booting x86_64 core 11 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8028001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 27<br>
&gt; kernel 11: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 11<br>
&gt; Monitor 0: booting x86_64 core 12 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff802a001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 32<br>
&gt; kernel 12: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 12<br>
&gt; Monitor 0: booting x86_64 core 13 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff802b001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 33<br>
&gt; kernel 13: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 13<br>
&gt; Monitor 0: booting x86_64 core 14 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff802c001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 34<br>
&gt; kernel 14: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 14<br>
&gt; Monitor 0: booting x86_64 core 15 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff802d001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 35<br>
&gt; kernel 15: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 15<br>
&gt; Monitor 0: booting x86_64 core 16 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff802e801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 36<br>
&gt; kernel 16: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 19 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 16<br>
&gt; Monitor 0: booting x86_64 core 17 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff802f801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 37<br>
&gt; kernel 17: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 21 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 17<br>
&gt; Monitor 0: booting x86_64 core 18 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8031001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 38<br>
&gt; kernel 18: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 20 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 18<br>
&gt; Monitor 0: booting x86_64 core 19 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8032801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 39<br>
&gt; kernel 19: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 19<br>
&gt; Monitor 0: booting x86_64 core 20 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8033801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 40<br>
&gt; kernel 20: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 19 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 20<br>
&gt; Monitor 0: booting x86_64 core 21 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8034801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 41<br>
&gt; kernel 21: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 20 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 21<br>
&gt; Monitor 0: booting x86_64 core 22 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8035801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 42<br>
&gt; kernel 22: Measured 1700060 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 20 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 22<br>
&gt; Monitor 0: booting x86_64 core 23 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8037801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 43<br>
&gt; kernel 23: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 20 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 23<br>
&gt; Monitor 0: booting x86_64 core 24 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8038801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 48<br>
&gt; kernel 24: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 24<br>
&gt; Monitor 0: booting x86_64 core 25 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff8039801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 49<br>
&gt; kernel 25: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 25<br>
&gt; Monitor 0: booting x86_64 core 26 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff803a801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 50<br>
&gt; kernel 26: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 26<br>
&gt; Monitor 0: booting x86_64 core 27 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff803c001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 51<br>
&gt; kernel 27: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 27<br>
&gt; Monitor 0: booting x86_64 core 28 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff803d001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 52<br>
&gt; kernel 28: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 28<br>
&gt; Monitor 0: booting x86_64 core 29 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff803e801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 53<br>
&gt; kernel 29: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 29<br>
&gt; Monitor 0: booting x86_64 core 30 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; Kernel starting at address 0xffffff803f801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 54<br>
&gt; kernel 30: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 30<br>
&gt; Monitor 0: booting x86_64 core 31 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8041001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 55<br>
&gt; kernel 31: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 31<br>
&gt; Monitor 0: booting x86_64 core 32 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8042001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 56<br>
&gt; kernel 32: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 32<br>
&gt; Monitor 0: booting x86_64 core 33 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8043801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 57<br>
&gt; kernel 33: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 33<br>
&gt; Monitor 0: booting x86_64 core 34 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8044801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 58<br>
&gt; kernel 34: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 34<br>
&gt; Monitor 0: booting x86_64 core 35 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8046001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 59<br>
&gt; kernel 35: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 35<br>
&gt; Monitor 0: booting x86_64 core 36 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8047801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 64<br>
&gt; kernel 36: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 15 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 36<br>
&gt; Monitor 0: booting x86_64 core 37 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8048801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 65<br>
&gt; kernel 37: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 15 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 37<br>
&gt; Monitor 0: booting x86_64 core 38 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8049801000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 66<br>
&gt; kernel 38: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 38<br>
&gt; Monitor 0: booting x86_64 core 39 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff804b001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 67<br>
&gt; kernel 39: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 20 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 39<br>
&gt; Monitor 0: booting x86_64 core 40 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8050001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 68<br>
&gt; kernel 40: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 40<br>
&gt; Monitor 0: booting x86_64 core 41 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8051001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 69<br>
&gt; kernel 41: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 18 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 41<br>
&gt; Monitor 0: booting x86_64 core 42 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8052001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 70<br>
&gt; kernel 42: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 42<br>
&gt; Monitor 0: booting x86_64 core 43 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8053001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 71<br>
&gt; kernel 43: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 43<br>
&gt; Monitor 0: booting x86_64 core 44 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8054001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 72<br>
&gt; kernel 44: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 44<br>
&gt; Monitor 0: booting x86_64 core 45 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8055001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 73<br>
&gt; kernel 45: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 45<br>
&gt; Monitor 0: booting x86_64 core 46 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8056001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 74<br>
&gt; kernel 46: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 17 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 46<br>
&gt; Monitor 0: booting x86_64 core 47 as &#39;/x86_64/sbin/cpu loglevel=4&#39;<br>
&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt; ERROR: ram_alloc<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Kernel starting at address 0xffffff8057001000<br>
&gt; Barrelfish CPU driver starting on x86_64 apic_id 75<br>
&gt; kernel 47: Measured 1700059 TSC counts per ms, 99 data points. Average<br>
&gt; jitter 16 TSC ticks.<br>
&gt; monitor: invoked as: monitor 0 chanid=0 archid=16<br>
&gt; Spawning spawnd on core 47<br>
&gt; all 48 monitors up<br>
&gt; monitor: synchronizing clocks<br>
&gt; spawnd.0: spawning /x86_64/sbin/pci on core 0<br>
&gt; ERROR: acpi.0 in mm_alloc_range_proxy_handler()<br>
&gt; ../usr/acpi/acpi_service.c:35<br>
&gt; ERROR: mm realloc range failed...<br>
&gt;<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; ERROR: pci.0 in main() ../usr/pci/pcimain.c:85<br>
&gt; ERROR: Setup PCIe confspace failed.<br>
&gt; Failure: (          libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt; Aborted<br>
&gt; startd.0: starting app /x86_64/sbin/serial on core 0<br>
&gt; spawnd.0: spawning /x86_64/sbin/serial on core 0<br>
&gt; startd.0: starting app /x86_64/sbin/fish on core 0<br>
&gt; skb.0: waiting for: pci<br>
&gt; spawnd.0: spawning /x86_64/sbin/fish on core 0<br>
&gt; startd.0: starting app /x86_64/sbin/bomp_benchmark_is on core 0<br>
&gt; skb.0: waiting for: serial<br>
&gt; spawnd.0: spawning /x86_64/sbin/bomp_benchmark_is on core 0<br>
&gt; startd.0: starting app /x86_64/sbin/bomp_benchmark_cg on core 0<br>
&gt; Usage: bomp_benchmark_is &lt;Number of threads&gt;<br>
&gt; spawnd.0: spawning /x86_64/sbin/bomp_benchmark_cg on core 0<br>
&gt; startd.0: starting app /x86_64/sbin/bomp_benchmark_ft on core 0<br>
&gt; Usage: bomp_benchmark_cg &lt;Number of threads&gt;<br>
&gt; Aborted<br>
&gt; spawnd.0: spawning /x86_64/sbin/bomp_benchmark_ft on core 0<br>
&gt; No bootscript<br>
&gt; Usage: bomp_benchmark_ft &lt;Number of threads&gt;<br>
&gt;<br>
&gt; Let me know what you think. Thanks for the help guys.<br>
&gt;<br>
&gt; Shawn<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Jun 14, 2012 at 11:59 AM, Zellweger Gerd &lt;<a href="mailto:zgerd@student.ethz.ch">zgerd@student.ethz.ch</a><br>
</div></div><div class="im">&gt; &lt;mailto:<a href="mailto:zgerd@student.ethz.ch">zgerd@student.ethz.ch</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hi all,<br>
&gt;<br>
&gt;     Stefan is correct. Something (not the SKB) is waiting for serial to<br>
&gt;     appear.<br>
&gt;     @Shawn: Can you give us some more input (i.e., your menu.lst file<br>
&gt;     and the complete boot output)?<br>
&gt;<br>
&gt;     Gerd<br>
&gt;<br>
&gt;     ________________________________________<br>
&gt;     From: Stefan Kästle [<a href="mailto:stefan.kaestle@inf.ethz.ch">stefan.kaestle@inf.ethz.ch</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:stefan.kaestle@inf.ethz.ch">stefan.kaestle@inf.ethz.ch</a>&gt;]<br>
<div class="im">&gt;     Sent: 14 June 2012 16:57<br>
&gt;     To: <a href="mailto:barrelfish-users@lists.inf.ethz.ch">barrelfish-users@lists.inf.ethz.ch</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:barrelfish-users@lists.inf.ethz.ch">barrelfish-users@lists.inf.ethz.ch</a>&gt;<br>
<div><div class="h5">&gt;     Subject: Re: [Barrelfish-users] Barrelfish on hardware waiting for<br>
&gt;     serial<br>
&gt;<br>
&gt;     skb.0: waiting for: serial is probably due to the fact that the name<br>
&gt;     server got replaced by Gerd&#39;s thesis. He was integrating the name server<br>
&gt;     in the SKB. It just means that something in the system is waiting for<br>
&gt;     serial.<br>
&gt;<br>
&gt;     On 06/14/2012 03:02 PM, Simon Peter wrote:<br>
&gt;      &gt;&gt; I can successfully boot Barrelfish over tftp on one of my machines.<br>
&gt;      &gt;&gt; However, when I try to do it on a different machine, Barrelfish<br>
&gt;     boots<br>
&gt;      &gt;&gt; but at the end it displays &quot;skb.0: waiting for: serial&quot; and I never<br>
&gt;      &gt; This looks like garbled output. The SKB shouldn&#39;t depend on the<br>
&gt;     serial<br>
&gt;      &gt; driver.<br>
&gt;      &gt;<br>
&gt;      &gt;&gt; actually get the fish prompt. Looking back at the rest of the<br>
&gt;     messages,<br>
&gt;      &gt;&gt; I see that all monitors are up but I have different errors such as:<br>
&gt;      &gt;&gt; ERROR: monitor.0 in ram_alloc() ../lib/barrelfish/ram_alloc.c:116<br>
&gt;      &gt;&gt; ERROR: ram_alloc<br>
&gt;      &gt;&gt; Failure: ( libmm) No matching node found [MM_ERR_NOT_FOUND]<br>
&gt;      &gt; That&#39;s an out of memory error. You might not have enough RAM in<br>
&gt;     the machine.<br>
&gt;      &gt;<br>
&gt;      &gt; Simon<br>
&gt;      &gt;<br>
&gt;      &gt; _______________________________________________<br>
&gt;      &gt; Barrelfish-users mailing list<br>
&gt;      &gt; <a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a><br>
</div></div>&gt;     &lt;mailto:<a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a>&gt;<br>
<div class="im">&gt;      &gt; <a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
&gt;<br>
&gt;     --<br>
&gt;     Stefan<br>
&gt;<br>
&gt;<br>
&gt;     _______________________________________________<br>
&gt;     Barrelfish-users mailing list<br>
&gt;     <a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a>&gt;<br>
<div class="im">&gt;     <a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
&gt;     _______________________________________________<br>
&gt;     Barrelfish-users mailing list<br>
&gt;     <a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a>&gt;<br>
<div class="im">&gt;     <a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Virginia Tech<br>
&gt; Bradley Department of Electrical and Computer Engineering<br>
&gt; B.S. Electrical Engineering<br>
&gt; B.S. Computer Engineering<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><div class="im">&gt; _______________________________________________<br>
&gt; Barrelfish-users mailing list<br>
&gt; <a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a><br>
&gt; <a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
<br>
--<br>
</div>Manuel Stocker &lt;<a href="mailto:mensi@vis.ethz.ch">mensi@vis.ethz.ch</a>&gt;<br>
Systemadministration VIS &amp; VSETH<br>
<br>
VIS - Verein der Informatik Studierenden<br>
CAB E 31, Universitätsstr.6, ETH Zentrum, 8092 Zürich<br>
Tel: <a href="tel:%2B41%20%280%2944%2063%2027212" value="+41446327212">+41 (0)44 63 27212</a>, Fax: <a href="tel:%2B41%20%280%2944%2063%2021915" value="+41446321915">+41 (0)44 63 21915</a><br>
<a href="http://www.vis.ethz.ch" target="_blank">http://www.vis.ethz.ch</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
Barrelfish-users mailing list<br>
<a href="mailto:Barrelfish-users@lists.inf.ethz.ch">Barrelfish-users@lists.inf.ethz.ch</a><br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Virginia Tech<br>Bradley Department of Electrical and Computer Engineering<br>B.S. Electrical Engineering</div><div>B.S. Computer Engineering</div>
<br>
</div>