9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Nick Owens <mischief@offblast.org>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] 9front VMX
Date: Mon, 10 Sep 2018 11:09:16 -0700	[thread overview]
Message-ID: <CAH_zEu6gmZGM4_aMaiqwupKPs+goRqtdf5HFyg50585ur3p+vg@mail.gmail.com> (raw)
In-Reply-To: <20180910180242.GA47840@wopr>

while we're on the subject, here's a half-assed script called
'inception' to boot your 9front kernel in a vmx instance on a terminal
while sharing the host's fs.

#!/bin/rc
# inception

rfork ne

ramfs

ip=`{ndb/query sys $sysname ip}

aux/listen1 -t 'tcp!*!564' /bin/exportfs -r /root &

cat >/tmp/plan9.ini << EOF
user=$user
fs=$ip
auth=$ip
mouseport=ps2
nobootprompt=tcp

EOF

vmx -v 800x600 -n ether0 -m /tmp/plan9.ini /amd64/9pc64
On Mon, Sep 10, 2018 at 11:05 AM Kurt H Maier <khm@sciops.net> wrote:
>
> On Mon, Sep 10, 2018 at 06:57:29PM +0100, Steve Simon wrote:
> > is there any graphics support? would it be usable to run a browser? dillo talking to a framebuffer maybe?
> >
> > ever hopefull of getting modern browser support in plan9...
> >
> > -Steve
>
>
> This is documented in the linked fqa section.
>
> http://fqa.9front.org/openbsdvmweb.png
>
> Note:  when sl said performance is terrible, this is what he was talking
> about.
>
> khm
>



  reply	other threads:[~2018-09-10 18:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-10 15:02 sl
2018-09-10 17:00 ` Skip Tavakkolian
2018-09-10 17:03   ` G B
2018-09-10 17:57     ` Steve Simon
2018-09-10 18:00       ` hiro
2018-09-10 18:02       ` Kurt H Maier
2018-09-10 18:09         ` Nick Owens [this message]
2018-09-10 18:04       ` Ori Bernstein
2018-09-10 18:10   ` Skip Tavakkolian
2018-09-10 18:07 ` Dave MacFarlane
  -- strict thread matches above, loose matches on Subject: below --
2018-09-10 18:09 sl
     [not found] <1055024213.127625.1536584692867.ref@mail.yahoo.com>
2018-09-10 13:04 ` G B

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=CAH_zEu6gmZGM4_aMaiqwupKPs+goRqtdf5HFyg50585ur3p+vg@mail.gmail.com \
    --to=mischief@offblast.org \
    --cc=9fans@9fans.net \
    /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).