<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Bill</div><div>What network card do you use?<br>br Jörg</div><div><br>Am 18.12.2014 um 13:55 schrieb Bill Buzzell &lt;<a href="mailto:captbill279@gmail.com">captbill279@gmail.com</a>&gt;:<br><br></div><blockquote type="cite"><div><div dir="ltr"><div>Thanks Chris and Robert.</div><div><br></div><div>&nbsp;I see now that all these types of procedures are written in all caps. I am trying to track down why my Networking.Mod&nbsp;hangs Oberon when I try to start it. When I click "Net.StartServer" it responds with "Network started as&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " and hangs.&nbsp; I am running Oberon on the Pipistrello FPGA.</div><div><br></div><div>Do I need to do any other configuration?</div><div><br></div><div>Thanks again</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 18, 2014 at 6:00 AM,  <span dir="ltr">&lt;<a href="mailto:oberon-request@lists.inf.ethz.ch" target="_blank">oberon-request@lists.inf.ethz.ch</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Oberon mailing list submissions to<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
or, via email, send a message with subject or body 'help' to<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:oberon-request@lists.inf.ethz.ch">oberon-request@lists.inf.ethz.ch</a><br>
<br>
You can reach the person managing the list at<br>
&nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:oberon-owner@lists.inf.ethz.ch">oberon-owner@lists.inf.ethz.ch</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Oberon digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
&nbsp; &nbsp;1. Re: Project Oberon Network Setup (Chris Burrows)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 17 Dec 2014 22:32:32 +1030<br>
From: "Chris Burrows" &lt;<a href="mailto:chris@cfbsoftware.com">chris@cfbsoftware.com</a>&gt;<br>
Subject: Re: [Oberon] Project Oberon Network Setup<br>
To: "'ETH Oberon and related systems'" &lt;<a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a>&gt;<br>
Message-ID: &lt;000901d019f1$574dbeb0$05e93c10$@<a href="http://cfbsoftware.com" target="_blank">cfbsoftware.com</a>&gt;<br>
Content-Type: text/plain;&nbsp; &nbsp; &nbsp; &nbsp;charset="UTF-8"<br>
<br>
There is no SYSTEM.Mod source file, symbol file or object file. SYSTEM functions are built-in 'compiler magic' or 'pseudo-functions'. All you have to do is IMPORT SYSTEM into a module - you then will automatically have access to SYSTEM.GET and SYSTEM.PUT.<br>
<br>
Most SYSTEM 'procedures' and 'functions' only look like procedures and functions. E.g. when you compile a module with a SYSTEM.GET statement, the compiler generates inline code that loads a value from an absolute memory address into a variable. It does not generate code to call a procedure.<br>
<br>
Regards,<br>
Chris Burrows<br>
<br>
CFB Software<br>
<a href="http://www.astrobe.com" target="_blank">http://www.astrobe.com</a><br>
<br>
From: Bill Buzzell [mailto:<a href="mailto:captbill279@gmail.com">captbill279@gmail.com</a>]<br>
Sent: Wednesday, 17 December 2014 4:02 PM<br>
To: <a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a><br>
Subject: [Oberon] Project Oberon Network Setup<br>
<br>
I'm trying to set up the networking and seem to be missing SYSTEM.Mod which is used by SCC.Mod. Where can I find the SYSTEM.GET and SYSTEM.PUT procedures?<br>
<br>
Thanks<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
<br>
<br>
End of Oberon Digest, Vol 127, Issue 13<br>
***************************************<br>
</blockquote></div></div>
</div></blockquote><blockquote type="cite"><div><span>--</span><br><span><a href="mailto:Oberon@lists.inf.ethz.ch">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems</span><br><span><a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a></span><br></div></blockquote></body></html>