9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] consterm
Date: Tue,  6 Nov 2007 11:40:18 -0800	[thread overview]
Message-ID: <c134cb9c747845a6d47f06f3b86f982f@9netics.com> (raw)
In-Reply-To: <a4e6962a0711061008h6bdf4e68gf6a60fde9093e3f2@mail.gmail.com>

> Has anyone done a term program to connect to Plan 9 or Inferno --
> kinda like drawterm, without the draw bits?  I guess I am thinking
> about something that exports /dev/cons, /mnt/term, /dev/audio, etc. --
> but then just runs an rc on the other end instead of rio so I can just
> run it within an xterm (or whatever).  Seems like it would be a useful
> thing to have.

not that i know of.  even if you don't start rio, the machinary in
gui-*/screen.c is used because devdraw is mounted.

if it was done, it would be useful for developing a gizmo for exporting
from a host os to Plan9 running inside QEMU.  it would be easy then to
make an exportfs-only version of drawterm, and make a version of cpu.c
(remote side) that instead of mounting the authenticated fd on
/mnt/term, it starts a pair of procs that relay between the fd and a
pipe post to /srv.  dt's ns can then be mounted anywhere.

does the p9p cpu handle authentication?


  parent reply	other threads:[~2007-11-06 19:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 18:08 Eric Van Hensbergen
2007-11-06 18:15 ` erik quanstrom
2007-11-06 18:23 ` Tim Wiess
2007-11-06 19:40 ` Skip Tavakkolian [this message]
2007-11-06 20:00 ` Russ Cox
2007-11-06 21:43   ` Eric Van Hensbergen
2007-11-06 22:39     ` Uriel
2007-11-06 22:54       ` Eric Van Hensbergen
2007-11-06 23:35         ` erik quanstrom
2007-11-06 23:53           ` arisawa
2007-11-07  0:28           ` Eric Van Hensbergen
2007-11-07  3:51             ` matt
2007-11-07  3:55               ` matt
2007-11-07  5:29             ` ron minnich
2007-11-07  5:48               ` andrey mirtchovski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c134cb9c747845a6d47f06f3b86f982f@9netics.com \
    --to=9nut@9netics.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).