> there are lots of small ways to improve things, too. i'd be happy
> to talk about that on or off list. one thing that immediately springs
> to mind is additions to charles' kernel man pages.
The list is not very busy and, I hate to admit, somewhat remote from
Bell Labs. As a result, I think t
the following program gives a
"useless or misleading comparison: UINT < 0".
#include
#include
uint r[]; // <-- unsigned array
void
main(int argc, char *argv[])
{
int r; // <--- signed
r = 0;
if(r < 0){
exits(0);
}
}
term% 6c -TVFwy /tmp/a.c
..
On Sat May 3 05:42:00 EDT 2014, tlaro...@polynum.com wrote:
> On Sat, May 03, 2014 at 07:14:34AM +0200, lu...@proxima.alt.za wrote:
> >
> > > problem found. patch appled. if a ehci controller is 64-bit capable,
> > > one must turn off 64-bit capabilities on all controllers before
> > > initial
Thanks yshurik! You're my hero!
Great platform for Inferno evangelism!
-joe
On Fri, May 2, 2014 at 7:30 PM, Oleksandr Iakovliev wrote:
> Hi Plan9/Inferno folks!
>
> I am happy to announce the beta release of Inferno OS port to Raspberry Pi.
> Finally it is the state when wm/wm can be executed.
On Sat, May 03, 2014 at 07:14:34AM +0200, lu...@proxima.alt.za wrote:
>
> > problem found. patch appled. if a ehci controller is 64-bit capable,
> > one must turn off 64-bit capabilities on all controllers before initializing
> > any of them.
>
> Well done, Erik! Keep the posts coming, even
Great to know!
I've been following your blog for quite a time, and was waiting for this!
Awesome!
2014-05-03 7:05 GMT+02:00 :
> > So, if you had a temptation to to give a try to a native Inferno OS for
> > experiments, it is now a simple way with cheap and easy-to-get raspberry
> pi.
>
> Fabulo