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 <k...@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 via email to