9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
@ 2002-05-07 14:18 forsyth
  2002-05-17  9:09 ` CJayC
  0 siblings, 1 reply; 6+ messages in thread
From: forsyth @ 2002-05-07 14:18 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 76 bytes --]

the 3dfx changes should be in the current diskette image and distribution.

[-- Attachment #2: Type: message/rfc822, Size: 2174 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
Date: Tue, 7 May 2002 12:00:42 GMT
Message-ID: <8052def8.0205041334.3cc875ef@posting.google.com>

I'm sorry, but I'm getting 404 errors when attempting to download that file.

CJayC

forsyth@caldo.demon.co.uk wrote in message news:<f1847cb0b38313aded74678c9ad77c9c@caldo.demon.co.uk>...
> it needs the plan 9 c compiler, but
> it's not actually the kernel that's at fault here: aux/vga is
> a user-level program, and it's in the bzip'd file
> system on the diskette.    i've put a modified diskette image that
> might work on http://www.vitanuova.com/ndisk.gz;
> you'll need to replace plan9.ini by the one you've been using.
>
> --

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
  2002-05-07 14:18 [9fans] /sys/src/cmd/aux/vga/3dfx.c forsyth
@ 2002-05-17  9:09 ` CJayC
  0 siblings, 0 replies; 6+ messages in thread
From: CJayC @ 2002-05-17  9:09 UTC (permalink / raw)
  To: 9fans

Thank you, my good sir. As Benvolio would have said, "Tis thee men who
deserve the gratitude of a thousand submissives".

CJayC

forsyth@caldo.demon.co.uk wrote in message news:<56a10993feb0f2d55c0007eb2d745a45@caldo.demon.co.uk>...
> the 3dfx changes should be in the current diskette image and distribution.
>
> --


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
  2002-04-30 10:58 forsyth
@ 2002-05-07 12:00 ` CJayC
  0 siblings, 0 replies; 6+ messages in thread
From: CJayC @ 2002-05-07 12:00 UTC (permalink / raw)
  To: 9fans

I'm sorry, but I'm getting 404 errors when attempting to download that file.

CJayC

forsyth@caldo.demon.co.uk wrote in message news:<f1847cb0b38313aded74678c9ad77c9c@caldo.demon.co.uk>...
> it needs the plan 9 c compiler, but
> it's not actually the kernel that's at fault here: aux/vga is
> a user-level program, and it's in the bzip'd file
> system on the diskette.    i've put a modified diskette image that
> might work on http://www.vitanuova.com/ndisk.gz;
> you'll need to replace plan9.ini by the one you've been using.
>
> --


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
@ 2002-04-30 10:58 forsyth
  2002-05-07 12:00 ` CJayC
  0 siblings, 1 reply; 6+ messages in thread
From: forsyth @ 2002-04-30 10:58 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

it needs the plan 9 c compiler, but
it's not actually the kernel that's at fault here: aux/vga is
a user-level program, and it's in the bzip'd file
system on the diskette.    i've put a modified diskette image that
might work on http://www.vitanuova.com/ndisk.gz;
you'll need to replace plan9.ini by the one you've been using.

[-- Attachment #2: Type: message/rfc822, Size: 2450 bytes --]

To: 9fans@cse.psu.edu
Subject: Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
Date: Tue, 30 Apr 2002 09:35:09 GMT
Message-ID: <9d21a718.0204291131.4757a61d@posting.google.com>

Should applying this patch enable one to install on a system using a
3dfx Voodoo3 2000 AGP card? I was having problems starting rio.

Since I don't have a successful installation yet to recompile from, is
there any way to make this change to the kernel of the installation
boot floppy? Can the Plan 9 kernel source be recompiled with GCC under
FreeBSD or Linux or does it require the Plan 9 C compiler?

Thanks,
  CJayC


forsyth@caldo.demon.co.uk wrote in message news:<9feae800a6ef4819082f8895aa5d3f29@caldo.demon.co.uk>...
> this has been wrong for ages but only blew up in the new release:
> the aux/vga 3dfx code was dividing just once too often.
>
> term% yesterday -d 3dfx.c
> diff /n/dump/2002/04291/sys/src/cmd/aux/vga/3dfx.c 3dfx.c
> 30c30
> < 	ulong	r[Nior/4];
> ---
> > 	ulong	r[Nior];

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] /sys/src/cmd/aux/vga/3dfx.c
  2002-04-29  9:30 forsyth
@ 2002-04-30  9:35 ` CJayC
  0 siblings, 0 replies; 6+ messages in thread
From: CJayC @ 2002-04-30  9:35 UTC (permalink / raw)
  To: 9fans

Should applying this patch enable one to install on a system using a
3dfx Voodoo3 2000 AGP card? I was having problems starting rio.

Since I don't have a successful installation yet to recompile from, is
there any way to make this change to the kernel of the installation
boot floppy? Can the Plan 9 kernel source be recompiled with GCC under
FreeBSD or Linux or does it require the Plan 9 C compiler?

Thanks,
  CJayC


forsyth@caldo.demon.co.uk wrote in message news:<9feae800a6ef4819082f8895aa5d3f29@caldo.demon.co.uk>...
> this has been wrong for ages but only blew up in the new release:
> the aux/vga 3dfx code was dividing just once too often.
>
> term% yesterday -d 3dfx.c
> diff /n/dump/2002/04291/sys/src/cmd/aux/vga/3dfx.c 3dfx.c
> 30c30
> < 	ulong	r[Nior/4];
> ---
> > 	ulong	r[Nior];


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [9fans] /sys/src/cmd/aux/vga/3dfx.c
@ 2002-04-29  9:30 forsyth
  2002-04-30  9:35 ` CJayC
  0 siblings, 1 reply; 6+ messages in thread
From: forsyth @ 2002-04-29  9:30 UTC (permalink / raw)
  To: 9fans

this has been wrong for ages but only blew up in the new release:
the aux/vga 3dfx code was dividing just once too often.

term% yesterday -d 3dfx.c
diff /n/dump/2002/04291/sys/src/cmd/aux/vga/3dfx.c 3dfx.c
30c30
< 	ulong	r[Nior/4];
---
> 	ulong	r[Nior];



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-05-17  9:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-07 14:18 [9fans] /sys/src/cmd/aux/vga/3dfx.c forsyth
2002-05-17  9:09 ` CJayC
  -- strict thread matches above, loose matches on Subject: below --
2002-04-30 10:58 forsyth
2002-05-07 12:00 ` CJayC
2002-04-29  9:30 forsyth
2002-04-30  9:35 ` CJayC

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).