From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 From: Skip Tavakkolian Date: Thu, 21 May 2015 16:44:03 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a11395c925b54d605169a40ec Subject: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 538ac2fa-ead9-11e9-9d60-3106f5b1d025 --001a11395c925b54d605169a40ec Content-Type: text/plain; charset=UTF-8 is anyone able to compile 9vx on yosemite? i think the most up to date version is the one in David's repo (bitbucket.org/0intro/vx32). i'm getting this on mac os 10.10.3: /System/Library/Frameworks/QuickTime.framework/Headers/Movies.h:8727:1: note: 'BeginFullScreen' has been explicitly marked deprecated here BeginFullScreen( ^ 9vx/osx/screen.c:547:2: error: use of undeclared identifier 'OSXCursor' OSXCursor oc; ^ 9vx/osx/screen.c:552:3: error: use of undeclared identifier 'oc' oc.data[i] = ((ushort*)c->set)[i]; ^ 9vx/osx/screen.c:553:3: error: use of undeclared identifier 'oc' oc.mask[i] = oc.data[i] | ((ushort*)c->clr)[i]; ^ 9vx/osx/screen.c:553:16: error: use of undeclared identifier 'oc' oc.mask[i] = oc.data[i] | ((ushort*)c->clr)[i]; ^ 9vx/osx/screen.c:555:2: error: use of undeclared identifier 'oc' oc.hotSpot.h = - c->offset.x; ^ 9vx/osx/screen.c:556:2: error: use of undeclared identifier 'oc' oc.hotSpot.v = - c->offset.y; ^ 9vx/osx/screen.c:557:2: warning: implicit declaration of function 'SetCursor' is invalid in C99 [-Wimplicit-function-declaration] SetCursor(&oc); ^ 9vx/osx/screen.c:557:13: error: use of undeclared identifier 'oc' SetCursor(&oc); ^ 52 warnings and 7 errors generated. make: *** [9vx/osx/screen.o] Error 1 --001a11395c925b54d605169a40ec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
is anyone able to compile 9vx on yosemite? i think the mos= t up to date version is the one in David's repo (bitbucket.org/0intro/vx32). =C2=A0i'm gettin= g this on mac os 10.10.3:

/System/Library/Framework= s/QuickTime.framework/Headers/Movies.h:8727:1: note: 'BeginFullScreen&#= 39; has been
=C2=A0 =C2=A0 =C2=A0 explicitly marked deprecated he= re
BeginFullScreen(
^
9vx/osx/screen.c:547:2:= error: use of undeclared identifier 'OSXCursor'
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 OSXCursor oc;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^<= /div>
9vx/osx/screen.c:552:3: error: use of undeclared identifier '= oc'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 o= c.data[i] =3D ((ushort*)c->set)[i];
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
9vx/osx/screen.c:553:3: error: = use of undeclared identifier 'oc'
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 oc.mask[i] =3D oc.data[i] | ((ushort*)c-= >clr)[i];
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 ^
9vx/osx/screen.c:553:16: error: use of undeclared identifie= r 'oc'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 oc.mask[i] =3D oc.data[i] | ((ushort*)c->clr)[i];
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0^
9vx/osx/screen.c:555:2: error: use o= f undeclared identifier 'oc'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = oc.hotSpot.h =3D - c->offset.x;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^<= /div>
9vx/osx/screen.c:556:2: error: use of undeclared identifier '= oc'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 oc.hotSpot.v =3D - c->offs= et.y;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 ^
9vx/osx/screen.c:55= 7:2: warning: implicit declaration of function 'SetCursor' is inval= id in C99
=C2=A0 =C2=A0 =C2=A0 [-Wimplicit-function-declaration]<= /div>
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SetCursor(&oc);
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 ^
9vx/osx/screen.c:557:13: error: use of und= eclared identifier 'oc'
=C2=A0 =C2=A0 =C2=A0 =C2=A0 SetCu= rsor(&oc);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0^
52 warnings and 7 errors generated.
make: *** [9vx/osx/screen.o] Error 1

--001a11395c925b54d605169a40ec-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: =?UTF-8?B?QXJhbSBIxIN2xINybmVhbnU=?= Date: Thu, 21 May 2015 18:57:09 +0200 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 538e9af6-ead9-11e9-9d60-3106f5b1d025 I have not been able to compile vx32 since 10.7 I think. --=20 Aram H=C4=83v=C4=83rneanu From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 21 May 2015 10:25:29 -0700 Message-ID: From: "Devon H. O'Dell" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 53960f66-ead9-11e9-9d60-3106f5b1d025 https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-build-on-os-x= -lion-latest may be relevant 2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu : > I have not been able to compile vx32 since 10.7 I think. > > -- > Aram H=C4=83v=C4=83rneanu > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: In-Reply-To: From: Skip Tavakkolian Date: Thu, 21 May 2015 17:53:09 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=001a113a791c797f8205169b3712 Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 539a252e-ead9-11e9-9d60-3106f5b1d025 --001a113a791c797f8205169b3712 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable i have a vague recollection of a discussion about making 9vx use devdraw (plan9port). has anyone looked into that? On Thu, May 21, 2015 at 10:26 AM Devon H. O'Dell wrote: > > https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-build-on-os= -x-lion-latest > may be relevant > > 2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu : > > I have not been able to compile vx32 since 10.7 I think. > > > > -- > > Aram H=C4=83v=C4=83rneanu > > > > --001a113a791c797f8205169b3712 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
i have a vague recollection of a discussion about making 9= vx use devdraw (plan9port). has anyone looked into that?


<= div class=3D"gmail_quote">On Thu, May 21, 2015 at 10:26 AM Devon H. O'D= ell <devon.odell@gmail.com&= gt; wrote:
https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-= build-on-os-x-lion-latest
may be relevant

2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu <aram.h@mgk.ro>:
> I have not been able to compile vx32 since 10.7 I think.
>
> --
> Aram H=C4=83v=C4=83rneanu
>

--001a113a791c797f8205169b3712-- From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) From: Jeff Sickel In-Reply-To: Date: Thu, 21 May 2015 13:01:16 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 539e59e6-ead9-11e9-9d60-3106f5b1d025 Speaking of plan9port, does anyone know which one is the official = version on github now? Swtch.com has only partially moved to the cloud, but there are a lot of = forks that aren=E2=80=99t really forks put direct uploads from some version tree. My old = bitbucket version still works, but the last git clone http://code.swtch.com/plan9port doesn=E2=80=99= t resolve anymore. -jas > On May 21, 2015, at 12:53 PM, Skip Tavakkolian = wrote: >=20 > i have a vague recollection of a discussion about making 9vx use = devdraw (plan9port). has anyone looked into that? >=20 >=20 > On Thu, May 21, 2015 at 10:26 AM Devon H. O'Dell = wrote: > = https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-build-on-os-= x-lion-latest > may be relevant >=20 > 2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu : > > I have not been able to compile vx32 since 10.7 I think. > > > > -- > > Aram H=C4=83v=C4=83rneanu > > >=20 From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: In-Reply-To: From: Skip Tavakkolian Date: Thu, 21 May 2015 18:27:16 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0160a28e720f7605169bb15d Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 53a2431c-ead9-11e9-9d60-3106f5b1d025 --089e0160a28e720f7605169bb15d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable the official version is https://github.com/9fans/plan9port and the old https://code.google.com/p/plan9port still works and is relatively recent (2014) On Thu, May 21, 2015 at 11:14 AM Jeff Sickel wrote: > Speaking of plan9port, does anyone know which one is the official version > on github now? > Swtch.com has only partially moved to the cloud, but there are a lot of > forks that aren=E2=80=99t > really forks put direct uploads from some version tree. My old bitbucket > version still > works, but the last git clone http://code.swtch.com/plan9port doesn=E2=80= =99t > resolve anymore. > > -jas > > > > On May 21, 2015, at 12:53 PM, Skip Tavakkolian < > skip.tavakkolian@gmail.com> wrote: > > > > i have a vague recollection of a discussion about making 9vx use devdra= w > (plan9port). has anyone looked into that? > > > > > > On Thu, May 21, 2015 at 10:26 AM Devon H. O'Dell > wrote: > > > https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-build-on-os= -x-lion-latest > > may be relevant > > > > 2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu : > > > I have not been able to compile vx32 since 10.7 I think. > > > > > > -- > > > Aram H=C4=83v=C4=83rneanu > > > > > > > > --089e0160a28e720f7605169bb15d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
the official version is=C2=A0https://github.com/9fans/plan9port and the old=C2=A0https://code.google.com/p/plan9port still wor= ks and is relatively recent (2014)

On Thu, May 21, 2015 at 11:14 AM Jeff Sickel <jas@corpus-callosum.com> wrote:
Speaking of plan9port, does anyone know which one is the = official version on github now?
Swtch.com has only partially moved to the cloud, but there are a lot of for= ks that aren=E2=80=99t
really forks put direct uploads from some version tree.=C2=A0 My old bitbuc= ket version still
works, but the last git clone http://code.swtch.com/plan9port doesn=E2=80=99t resolv= e anymore.

-jas


> On May 21, 2015, at 12:53 PM, Skip Tavakkolian <skip.tavakkolian@gmail.com= > wrote:
>
> i have a vague recollection of a discussion about making 9vx use devdr= aw (plan9port). has anyone looked into that?
>
>
> On Thu, May 21, 2015 at 10:26 AM Devon H. O'Dell <devon.odell@gmail.com>= wrote:
> https://bitbucket.org/rsc/p= lan9port/issue/81/devdraw-does-not-build-on-os-x-lion-latest
> may be relevant
>
> 2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu <aram.h@mgk.ro>:
> > I have not been able to compile vx32 since 10.7 I think.
> >
> > --
> > Aram H=C4=83v=C4=83rneanu
> >
>


--089e0160a28e720f7605169bb15d-- From mboxrd@z Thu Jan 1 00:00:00 1970 User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----2LENXZIJN6UWOEC0IKJDVYVPR1Z53X" From: Ryan Gonzalez Date: Thu, 21 May 2015 13:50:40 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>, Jeff Sickel Message-ID: Content-Transfer-Encoding: 7bit Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 5413328e-ead9-11e9-9d60-3106f5b1d025 ------2LENXZIJN6UWOEC0IKJDVYVPR1Z53X Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable https://github.com/9fans/plan9port On May 21, 2015 1:01:16 PM CDT, Jeff Sickel wro= te: >Speaking of plan9port, does anyone know which one is the official >version on github now? >Swtch.com has only partially moved to the cloud, but there are a lot of >forks that aren=E2=80=99t >really forks put direct uploads from some version tree. My old >bitbucket version still >works, but the last git clone http://code.swtch.com/plan9port doesn=E2=80= =99t >resolve anymore. > >-jas > > >> On May 21, 2015, at 12:53 PM, Skip Tavakkolian > wrote: >>=20 >> i have a vague recollection of a discussion about making 9vx use >devdraw (plan9port). has anyone looked into that? >>=20 >>=20 >> On Thu, May 21, 2015 at 10:26 AM Devon H. O'Dell > wrote: >> >https://bitbucket.org/rsc/plan9port/issue/81/devdraw-does-not-build-on-o= s-x-lion-latest >> may be relevant >>=20 >> 2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu : >> > I have not been able to compile vx32 since 10.7 I think. >> > >> > -- >> > Aram H=C4=83v=C4=83rneanu >> > >>=20 --=20 Sent from my Android device with K-9 Mail. Please excuse my brevity. ------2LENXZIJN6UWOEC0IKJDVYVPR1Z53X Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable h= ttps://github.com/9fans/plan9port

O= n May 21, 2015 1:01:16 PM CDT, Jeff Sickel <jas@corpus-callosum.com>= ; wrote:
Speaking of plan9port, does anyone know which one i=
s the official version on github now?
S= wtch.com has only partially moved to the cloud, but there are a lot o= f forks that aren=E2=80=99t
really forks put direct uploads from som= e version tree. My old bitbucket version still
works, but the last = git clone http://code.swtch.c= om/plan9port doesn=E2=80=99t resolve anymore.

-jas

On May 21, 20= 15, at 12:53 PM, Skip Tavakkolian <skip.tavakkolian@gmail.com> wrot= e:

i have a vague recollection of a discussion about making = 9vx use devdraw (plan9port). has anyone looked into that?

On Thu, May 21, 2015 at 10:26 AM Devon H. O'Dell <devon.odell@gma= il.com> wrote:
https://bitbucket.org/rsc/plan9port/issue/81/devd= raw-does-not-build-on-os-x-lion-latest
may be relevant
2015-05-21 9:57 GMT-07:00 Aram H=C4=83v=C4=83rneanu <aram.h@mgk.r= o>:
I have not = been able to compile vx32 since 10.7 I think.

--
Aram H= =C4=83v=C4=83rneanu





--
Sent from my Android device with K-9 Mail. Please excuse my brevity. ------2LENXZIJN6UWOEC0IKJDVYVPR1Z53X-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 21 May 2015 21:39:15 +0200 Message-ID: From: David du Colombier <0intro@gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 5419fba0-ead9-11e9-9d60-3106f5b1d025 Just to let you know. The current vx32 repository moved from Mercurial to Git and is now hosted on GitHub. https://github.com/0intro/vx32 -- David du Colombier From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 22 May 2015 09:22:59 +0200 Message-ID: From: yy To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 543a0454-ead9-11e9-9d60-3106f5b1d025 On 21 May 2015 at 21:39, David du Colombier <0intro@gmail.com> wrote: > Just to let you know. The current vx32 repository moved from > Mercurial to Git and is now hosted on GitHub. > > https://github.com/0intro/vx32 When I have some time (this weekend, I hope), I will add a note to my repo saying this, and will also sync with the last version, just in case somebody miss the notice. -- - yiyus || JGL . From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 22 May 2015 09:27:56 +0200 Message-ID: From: yy To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 5435ca6a-ead9-11e9-9d60-3106f5b1d025 On 21 May 2015 at 19:53, Skip Tavakkolian wrote: > i have a vague recollection of a discussion about making 9vx use devdraw > (plan9port). has anyone looked into that? If plan9port (or Inferno) are working, it should be easy to port wsys. I would be glad of doing it, but I don't have any mac system. -- - yiyus || JGL . From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 22 May 2015 09:57:39 +0200 Message-ID: From: jordi collell To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=047d7b5d4616a111510516a703f0 Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 54470b86-ead9-11e9-9d60-3106f5b1d025 --047d7b5d4616a111510516a703f0 Content-Type: text/plain; charset=UTF-8 I don't know much about the thread... But as I had understand, I can run plan9 within my amd64 box, without any virtual machine extra (neither qemu, neither, vbox). Is this? If this is the approach, how I can aproach it? Is there any good tutorial on how to build, and run 9vx on linux/amd64? Thanks! On Fri, May 22, 2015 at 9:22 AM, yy wrote: > On 21 May 2015 at 21:39, David du Colombier <0intro@gmail.com> wrote: > > Just to let you know. The current vx32 repository moved from > > Mercurial to Git and is now hosted on GitHub. > > > > https://github.com/0intro/vx32 > > When I have some time (this weekend, I hope), I will add a note to my > repo saying this, and will also sync with the last version, just in > case somebody miss the notice. > > > -- > - yiyus || JGL . > > -- ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' Jordi Collell Tempo MediaLab Interactiu http://www.tempointeractiu.net 934 593 169 871 707 682 --047d7b5d4616a111510516a703f0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I don't k= now much about the thread...=C2=A0
But as I had understand, I can run plan9 within my amd64 box, wit= hout any virtual machine extra (neither qemu, neither, vbox). Is this?=C2= =A0

If this is the approach, how I can aproac= h it? Is there any good tutorial on how to build, and run 9vx on linux/amd6= 4?

Thanks!

On Fri, May 22, 2015 at 9:22 AM, yy <yiy= u.jgl@gmail.com> wrote:
On 21 May 2015 at 21:39, David du Colombier <0intro@gmail.com> wrote:
> Just to let you know. The current vx32 repository moved from
> Mercurial to Git and is now hosted on GitHub.
>
> https://g= ithub.com/0intro/vx32

When I have some time (this weekend, I hope), I will add a note to m= y
repo saying this, and will also sync with the last version, just in
case somebody miss the notice.


--
- yiyus || JGL .




-= -
' ' ' ' ' ' &#= 39; ' ' ' ' ' ' ' ' ' ' ' '= ' ' ' ' ' ' ' ' ' ' ' ' &#= 39;=C2=A0
Jordi Collell

Tempo MediaLab Interactiu
http://www.tempointeracti= u.net
934 593 169
871 707 682
--047d7b5d4616a111510516a703f0-- From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Fri, 22 May 2015 17:26:22 +0200 From: lucio@proxima.alt.za In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 54547f3c-ead9-11e9-9d60-3106f5b1d025 > When I have some time (this weekend, I hope), I will add a note to my > repo saying this, and will also sync with the last version, just in > case somebody miss the notice. I was wondering whether it is possible to alias 0intro/vx32 so it can be found as 9fans/vx32? Lucio. From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <27cd0c00178e8556d3135d9d7410af28@9netics.com> To: 9fans@9fans.net Date: Fri, 22 May 2015 09:06:25 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] compiling 9vx on yosemite Topicbox-Message-UUID: 545d554e-ead9-11e9-9d60-3106f5b1d025 9vx is a Plan 9 terminal; it uses Vx32, which is a =E2=80=9CLightweight, User-level Sandboxing on the x86". it compiles on Linux, *BSD and used to compile on OSX. clone the github repo and compile; the build instructions are in a file named "ADVENTURE" > I don't know much about the thread... > But as I had understand, I can run plan9 within my amd64 box, without a= ny > virtual machine extra (neither qemu, neither, vbox). Is this? >=20 > If this is the approach, how I can aproach it? Is there any good tutori= al > on how to build, and run 9vx on linux/amd64? >=20 > Thanks!