9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] rio
@ 2000-11-22  6:01 rob pike
  2000-11-22  6:21 ` [9fans] pdp8 lives!! George Michaelson
  0 siblings, 1 reply; 5+ messages in thread
From: rob pike @ 2000-11-22  6:01 UTC (permalink / raw)
  To: 9fans

Rookie error in rio. In /sys/src/cmd/rio/wind.c,
change the line
			memmove(hidden+i, hidden+i+1, nhidden-i);
to
			memmove(hidden+i, hidden+i+1, (nhidden-i)*sizeof(hidden[0]));
and a stupid bug will vanish.  Astonishing it's lived
this long.

-rob


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

* [9fans] pdp8 lives!!
  2000-11-22  6:01 [9fans] rio rob pike
@ 2000-11-22  6:21 ` George Michaelson
  0 siblings, 0 replies; 5+ messages in thread
From: George Michaelson @ 2000-11-22  6:21 UTC (permalink / raw)
  To: 9fans


	http://www.spies.com/~dgc/pdp8x/

surely not beyond the capabilities of a plan-9er to port...

Is there an Edgar Allan P(lan9) O(n) E(verything) corner somewhere?

-George
--
George Michaelson         |  DSTC Pty Ltd
Email: ggm@dstc.edu.au    |  University of Qld 4072
Phone: +61 7 3365 4310    |  Australia
  Fax: +61 7 3365 4311    |  http://www.dstc.edu.au


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

* Re: [9fans] rio
  2006-04-28 16:46 ` [9fans] rio Sha0lin
@ 2006-04-29 13:26   ` Sergey Zhilkin
  0 siblings, 0 replies; 5+ messages in thread
From: Sergey Zhilkin @ 2006-04-29 13:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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

What username you use ? (hint "user[none]:" at this prompt you must use
glenda :)
How old plan9.iso is ?
Try to ls '#i'


On 4/28/06, Sha0lin <Sha0@badchecksum.com> wrote:
>
> Hi,
>
> I have installed a plan9 in a linux-vmware,
> now when i boot the system, rio doesn't work:
>
> rio: can't open display: initdisplay: /dev/draw/new no frame buffer
>
> draw directory doesn't exist, how can i generate it?
>
> regards
> jesus.
>

[-- Attachment #2: Type: text/html, Size: 746 bytes --]

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

* [9fans] rio
  2006-04-28 16:36 [9fans] troff in plan9port with a problem in tr2post Russ Cox
@ 2006-04-28 16:46 ` Sha0lin
  2006-04-29 13:26   ` Sergey Zhilkin
  0 siblings, 1 reply; 5+ messages in thread
From: Sha0lin @ 2006-04-28 16:46 UTC (permalink / raw)
  To: 9fans

Hi,

I have installed a plan9 in a linux-vmware,
now when i boot the system, rio doesn't work:

rio: can't open display: initdisplay: /dev/draw/new no frame buffer

draw directory doesn't exist, how can i generate it?

regards
jesus.


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

* [9fans] rio
@ 2000-07-30 14:53 rob pike
  0 siblings, 0 replies; 5+ messages in thread
From: rob pike @ 2000-07-30 14:53 UTC (permalink / raw)
  To: 9fans

Stupid bug introduced in rio, caused by our attempts to clean up
uses of %.*s.  /sys/src/cmd/rio/xfid.c:508 is missing an argument.
diff /n/dump/2000/0730/sys/src/cmd/rio/xfid.c xfid.c
508c508
< 			sprint(p, "%s/%.*s", w->dir, utfnlen(x->data, cnt));
---
> 			sprint(p, "%s/%.*s", w->dir, utfnlen(x->data, cnt), x->data);

The distributed binary is OK, but if you build from the unfixed
source all hell will break loose.

Mea culpa.  The compiler warns you and in all the furious building
I missed the warning.

-rob


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

end of thread, other threads:[~2006-04-29 13:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-22  6:01 [9fans] rio rob pike
2000-11-22  6:21 ` [9fans] pdp8 lives!! George Michaelson
  -- strict thread matches above, loose matches on Subject: below --
2006-04-28 16:36 [9fans] troff in plan9port with a problem in tr2post Russ Cox
2006-04-28 16:46 ` [9fans] rio Sha0lin
2006-04-29 13:26   ` Sergey Zhilkin
2000-07-30 14:53 rob pike

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).