9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Whither ape/psh?
@ 2003-01-09  5:03 Dan Cross
  2003-01-09  5:09 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Cross @ 2003-01-09  5:03 UTC (permalink / raw)
  To: 9fans

There exist several ape/psh's.  /386/bin/ape/psh, /mips/bin/ape/psh (I
think it was MIPS, anyway), and /rc/bin/ape/psh.  Of those, the one in
/rc/bin/ape seems the most reasonable; but by default typing ``ape/psh''
on an x86 machine runs /386/bin/ape/psh.  Doing bind -b /rc/bin/ape
/386/bin/ape or other such permutations really confuses something in ape,
so I stopped trying it and overwrote /386/bin/ape with:

#!/bin/rc
exec /rc/bin/ape/psh $*

This works reasonably, and it'd be nice to see it go onto sources.  It'd
be nicer to see bind -r or an overlay filesystem.

	- Dan C.



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

* Re: [9fans] Whither ape/psh?
  2003-01-09  5:03 [9fans] Whither ape/psh? Dan Cross
@ 2003-01-09  5:09 ` Russ Cox
  2003-01-10 19:22   ` Dan Cross
  0 siblings, 1 reply; 3+ messages in thread
From: Russ Cox @ 2003-01-09  5:09 UTC (permalink / raw)
  To: 9fans

done.

> This works reasonably, and it'd be nice to see it go onto sources.  It'd
> be nicer to see bind -r or an overlay filesystem.

the source is in /sys/src/9/port/chan.c.  have at it!

russ


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

* Re: [9fans] Whither ape/psh?
  2003-01-09  5:09 ` Russ Cox
@ 2003-01-10 19:22   ` Dan Cross
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Cross @ 2003-01-10 19:22 UTC (permalink / raw)
  To: 9fans

> done.

Gracias.

> > This works reasonably, and it'd be nice to see it go onto sources.  It'd
> > be nicer to see bind -r or an overlay filesystem.
> 
> the source is in /sys/src/9/port/chan.c.  have at it!

Hrmph.

	- Dan C.



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

end of thread, other threads:[~2003-01-10 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-09  5:03 [9fans] Whither ape/psh? Dan Cross
2003-01-09  5:09 ` Russ Cox
2003-01-10 19:22   ` Dan Cross

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