From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: <209F82E799F27552997B1A9C1B38E80A@ewsd.inri.net> <332852034.2998815.1536599013960@mail.yahoo.com> <4B7EEB7A-5693-42F4-BE17-1CFA66FF0A69@quintile.net> <20180910180242.GA47840@wopr> In-Reply-To: <20180910180242.GA47840@wopr> From: Nick Owens Date: Mon, 10 Sep 2018 11:09:16 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] 9front VMX Topicbox-Message-UUID: e3231246-ead9-11e9-9d60-3106f5b1d025 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 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 >