On Apr 30, 2012, at 11:54 PM, aram wrote:
> Hi,
>
> i explore the UI of octopus and i try to understand how omero notifies the
> viewers for events.
> It is apparent from the documentation that the viewers "read" events from the
> ui/olive file.
> However, when i cat that file from the shell a
After you pull, you should see a new directory,
/sys/src/9/teg2. From the _announce file:
This is a preliminary Plan 9 port to the Compulab Trimslice,
containing a Tegra 2 SoC: a dual-core, (truly) dual-issue 1GHz
Cortex-A9 v7a-architecture ARM system, *and* it comes in a case. VFP
3 floating-po
Great! Graphics support at this point, or is it still in the cpu server stage?
john
On Tue, May 1, 2012 at 3:30 PM, wrote:
> After you pull, you should see a new directory,
> /sys/src/9/teg2. From the _announce file:
>
> This is a preliminary Plan 9 port to the Compulab Trimslice,
> containing
> Great! Graphics support at this point, or is it still in the cpu server stage?
The version on sources, at least, doesn't seem to drive video. There are
pretty good notes on what works and what doesn't in that directory, in
particular words and notes/*.
signature.asc
Description: Message signe
Hello 9fans,
I have a question: what is the value of ARG_MAX of Plan9?
In Mac/OSX, the value is defined in /usr/include/sys/syslimits.h:
#define ARG_MAX(256 * 1024)/* max bytes for an exec function */
In APE, we can find the value in Plan9 source.
/sys/include/ape/sys/limits.h:
#
On Fri, Apr 27, 2012 at 11:46 AM, Steven Stallion wrote:
> On Fri, Apr 27, 2012 at 9:45 AM, Jens Staal wrote:
>> fredagen den 27 april 2012 08.04.16 skrev Steven Stallion:
>>> All,
>>>
>>> I'm happy to report that the official Mecurial port is complete and
>>> has been accepted upstream. Startin
It's limited by the size of the temporary stack during exec, and
platform-specific.
The smallest seems to be 100 4k pages (less space for argv and Tos, I
suppose).
Newer variants of the system raise that to the size of the stack segment
(eg, 16 Mbytes),
which is still platform-specific. In fact, gl
Fantastic!
On Tuesday, May 1, 2012, wrote:
> After you pull, you should see a new directory,
> /sys/src/9/teg2. From the _announce file:
>
> This is a preliminary Plan 9 port to the Compulab Trimslice,
> containing a Tegra 2 SoC: a dual-core, (truly) dual-issue 1GHz
> Cortex-A9 v7a-architecture
I've got one of the devices and was going to check some 5[acl] changes
Geoff had merged in, merge in any others from the Go 5[acl],
and (more originally) change the fp emulator to use VFP instead of 7500
instructions, so VFP can be made the default.
And 5i, I suppose.
On 1 May 2012 15:30, wrote: