On Sat, Jul 11, 2009 at 12:58 AM, Andreas Eriksen wrote:
> There is a list of tested usb sound cards at
> http://www.plan9.bell-labs.com/wiki/plan9/Supported_PC_hardware/index.html
>
Beware, some of the ones working before might not work now
(All I tested work, but who knows), and some that did no
> 8c silently accept the above definition and sizeof(U) is 100. ???
> The sources which include the definition of "NeverDefined" are
> regularly compiled too and sizeof(U) = 100 + sizeof(NeverDefined).
>
i think the issue is that there isn't currently a distinction
between this
typedef
I'll try to get 9grid.net back this week. It's on the ucb campus and
maybe somebody dropped it.
ron
reading 8c (the only compiler that appears to
implement this pragma), the difference appears
to be in the conversion of (double, float) ->
any type of integer. however,
#include
#include
void
main(void)
{
double d;
d = 1.
> generates the same output and same assembly
> for both casts. can anyone explain what this pragma
> is supposed to do?
it changes the rounding mode from the standard
truncate to integer (expensive on a 387) to
round to nearest (incorrect but cheap).
#pragma fpround on
pri
> > generates the same output and same assembly
> > for both casts. can anyone explain what this pragma
> > is supposed to do?
>
> it changes the rounding mode from the standard
> truncate to integer (expensive on a 387) to
> round to nearest (incorrect but cheap).
sure enough. here's timings i
"Introduction to OS abstractions using Plan 9 from Bell Labs"
Two previous sources for this document appear to be offline:
http://plan9.escet.urjc.es/who/nemo/9.intro.pdf
http://lsub.org/who/nemo/9.intro.pdf
Where else (on the web) can I get hold of this?
Thanks!
I just tried to load plan 9 on a machine that it used to run on, but now,
for some reason, can not find it's CD drive.
It's an old AMD Athlon, circa 2000 if I recall correctly, and when booting
from the plan 9 CD, it does not find the CD drive.
I thought at first I might try to figure out exactly
Corey
==8<==
> "Introduction to OS abstractions using Plan 9 from Bell Labs"
>
> Two previous sources for this document appear to be offline:
>
> http://lsub.org/who/nemo/9.intro.pdf
==8<==
I suspect lsub will be back up very shortly. If you cannot wait until
then feel free to mail me off list a
Corey
==8<==
> "Introduction to OS abstractions using Plan 9 from Bell Labs"
>
> Two previous sources for this document appear to be offline:
>
> http://lsub.org/who/nemo/9.intro.pdf
==8<==
I suspect lsub will be back up very shortly. If you cannot wait until
then feel free to mail me off list a
On Sun, 12 Jul 2009 17:28:26 -0400
james toy wrote:
> Corey
>
> ==8<==
> > "Introduction to OS abstractions using Plan 9 from Bell Labs"
> >
> > Two previous sources for this document appear to be offline:
> >
> > http://lsub.org/who/nemo/9.intro.pdf
> ==8<==
>
> I suspect lsub will be back up
It can also be found via archive.org at
http://web.archive.org/web/20070324142435/http://plan9.escet.urjc.es/who/nemo/9.intro.pdf
-Rob
On Sun, Jul 12, 2009 at 4:19 PM, james toy wrote:
> Corey
>
> ==8<==
> > "Introduction to OS abstractions using Plan 9 from Bell Labs"
> >
> > Two previous sour
On Sunday 12 July 2009 15:19:07 Ethan Grammatikidis wrote:
> On Sun, 12 Jul 2009 17:28:26 -0400
>
> Not official at all, but no trouble either:
>
> http://eekee.org.uk/plan9/docbak/9.intro.pdf
>
> The more hosts, the less chance of it going missing.
>
Excellent - thanks; but just a heads-up, the d
Thanks all, much obliged!
On Sunday 12 July 2009 15:19:07 Ethan Grammatikidis wrote:
> On Sun, 12 Jul 2009 17:28:26 -0400
>
> james toy wrote:
> > Corey
> >
> > ==8<==
> >
> > > "Introduction to OS abstractions using Plan 9 from Bell Labs"
> > >
> > > Two previous sources for this document appe
> The more hosts, the less chance of it going missing.
In this spirit, newly mirrored at
https://files.getdropbox.com/u/502901/9.intro.pdf
Jason Catena
after a week of fighting with an atom with ich7r sata in
ide mode, i finally found the secret sauce that keeps it
from "hanging." i pushed out a changed
quanstro/9load-e820 and quanstro/sd which boot on my
atom machine in ide mode without causing interrupt storms.
other changes were included work
16 matches
Mail list logo