UnixAos boots instantly in any directory, too. It does and I do it.<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 12, 2012 at 11: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:<br>
<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>
        <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>
        <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 &#39;help&#39; to<br>
        <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>
        <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 &quot;Re: Contents of Oberon digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: A4 ? was: Re (2): Oberon Digest, Vol 104, Issue 2 (eas lab)<br>
   2. Re: Oberon Digest, Vol 104, Issue 8 (Guenter Dotzel)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 11 Dec 2012 19:49:22 +0200<br>
From: eas lab &lt;<a href="mailto:lab.eas@gmail.com">lab.eas@gmail.com</a>&gt;<br>
Subject: Re: [Oberon] A4 ? was: Re (2): Oberon Digest, Vol 104, Issue<br>
        2<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:<br>
        &lt;<a href="mailto:CAN3-DLGujWZkZt7YbuYvfykxDUn2w8mghwUQY5oHg_aF6LZSYQ@mail.gmail.com">CAN3-DLGujWZkZt7YbuYvfykxDUn2w8mghwUQY5oHg_aF6LZSYQ@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
  Who knows Clocks.ShowAlarms ?<br>
<br>
Jan Verhoeven wrote:-<br>
&gt; Linux Extended Oberon might be something but what IS it?<br>
<br>
Can we assume that readers of this forum, know what ETHO is?<br>
New ETHO-like LEOs can be launched in 1 second, in any/multiple<br>
X-console; and conveniently relative to THAT consol&#39;s PATH if needed.<br>
<br>
The following demo shows that/how it has the same look&amp;feel as ETHO.<br>
<br>
Yes LEO is broken too, but I forgot to keep noticing that.<br>
<br>
And I was thinking about some commands of ETHO which wouldn&#39;t<br>
make sense for LEO, so I tried:  [this is a trace in LEO]<br>
-&gt; System.Watch ==<br>
heap size: 5398336 bytes<br>
allocated: 3377872<br>
available: 2020464<br>
largest free block: <a href="tel:2147483647" value="+12147483647">2147483647</a><br>
open file(s): 18<br>
<br>
-&gt; System.ShowTasks ==<br>
Oberon.GC  safe  339398227 waiting 41 s<br>
Clocks.AlarmTask  safe  339357433 waiting 372 ms<br>
<br>
=?=&gt; what&#39;s Clocks.AlarmTask ??<br>
==&gt; Let&#39;s list the Clocks commands<br>
-&gt; Watson.ShowDef  Clocks.  == ...<br>
 PROCEDURE ShowAlarms (enum: EnumAlarmHandler);<br>
What&#39;s this?  Can I set an alarm?  Where/how will it &#39;sound&#39;?<br>
-&gt; System.Directory Clocks.*\d  ==<br>
/mnt/hdc6/home/oberon/obj/Clocks.Obj     12.11.2002 18:27:27    14551<br>
==&gt; So it&#39;s been in use for ten years!<br>
And is still accessed from a partition which is seldom otherwise needed.<br>
ie. &quot;/mnt/hdc6/&quot;<br>
But there&#39;s no Clocks.Mod<br>
So let&#39;s switch to LNO [you know what that is?] and see if the old:N-O<br>
partition/s have got the source:Clocks.Mod , to see what it does.<br>
<br>
Switching to LNO, which runs nicely in non-X:console in a FrameBuffer,<br>
like the old DOSbasedNative did, and saving the LNO search results to<br>
     /mnt/p3/usr/local/LNO-FB/X<br>
which can then be accessed by LEO  [both using ETHO format] we see:<br>
<br>
==&gt; Let&#39;s see what LNO knows about Clocks.*<br>
System.Directory  Clock*\d  ==<br>
DST:Clocks.Obj  11.10.2001 20:18:02   14578 &lt;-- vs:LEO 14551<br>
Almost identical size to  LEO&#39;s.<br>
<br>
Watson.ShowDef Clock* ==<br>
Oberon.Text - Gadgets.Aliases not found<br>
Oberon.Text - Gadgets.Documents not found<br>
Oberon.Text - Gadgets.DocumentServices not found<br>
Watson 1.7 / PS January 95<br>
no information about &#39;Clock&#39; available<br>
==&gt; Looks as if LNO is not setup for Watson?<br>
==&gt; Lets mount the partition of *.Mod to see Clocks.Mod<br>
&lt;that needs a few steps&gt;<br>
-&gt; System.Directory SrcModls:Cl* == null<br>
<br>
Now save the log of the LNO work, so that LEO can<br>
read it and write it to a Linux format file to paste to gmail,<br>
because my ISP won&#39;t smtp except for direct dial-in,<br>
and gmail needs linux, because ETHO seems not to have https.<br>
<br>
Save to &quot;/mnt/p3/usr/local/LNO-FB/X&quot;<br>
<br>
That&#39;s the common file that I use to talk between: LNO&lt;-&gt;LEO<br>
NB. when I was installing LNO, I chose a bad PATHname,<br>
with the &quot;-&quot; char, which is &#39;illegal&#39; in an ETHO fileName<br>
------------ end of: &quot;/mnt/p3/usr/local/LNO-FB/X&quot;<br>
<br>
== Chris Glur.<br>
PS. I hate this gmail. Let&#39;s hope it mails<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 12 Dec 2012 11:48:37 +0100<br>
From: Guenter Dotzel &lt;<a href="mailto:gd@modulaware.com">gd@modulaware.com</a>&gt;<br>
Subject: Re: [Oberon] Oberon Digest, Vol 104, Issue 8<br>
To: <a href="mailto:oberon@lists.inf.ethz.ch">oberon@lists.inf.ethz.ch</a><br>
Message-ID: &lt;<a href="mailto:50C86105.4060607@modulaware.com">50C86105.4060607@modulaware.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Good that you talk about overhead, - in some countries there exists a<br>
Datensparsamkeitsgesetz, ;) - many participants - not only in<br>
this mailing list - don&#39;t care about netikette, i.e. they wildly quote.<br>
world wild web!<br>
cheers,<br>
g.<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 104, Issue 9<br>
**************************************<br>
</blockquote></div><br></div>