9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] inferno emu on arm
@ 2011-01-14 23:06 Tharaneedharan Vilwanathan
  2011-01-14 23:51 ` Jacob Todd
  2011-01-16 15:40 ` Richard Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Tharaneedharan Vilwanathan @ 2011-01-14 23:06 UTC (permalink / raw)
  To: inferno-list, Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

hi all,

i am trying to run inferno emu on plan9 running on sheevaplug.

does anyone know how to build emu for arm? i am surprised that it is missing
in inferno-os repository. or am i missing something?

any help appreciated.

thanks
dharani

[-- Attachment #2: Type: text/html, Size: 366 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] inferno emu on arm
  2011-01-14 23:06 [9fans] inferno emu on arm Tharaneedharan Vilwanathan
@ 2011-01-14 23:51 ` Jacob Todd
  2011-01-16  9:38   ` Tharaneedharan Vilwanathan
  2011-01-16 15:40 ` Richard Miller
  1 sibling, 1 reply; 6+ messages in thread
From: Jacob Todd @ 2011-01-14 23:51 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

Set $objtype to arm in mkconfig?
On Jan 14, 2011 6:08 PM, "Tharaneedharan Vilwanathan" <vdharani@gmail.com>
wrote:
> hi all,
>
> i am trying to run inferno emu on plan9 running on sheevaplug.
>
> does anyone know how to build emu for arm? i am surprised that it is
missing
> in inferno-os repository. or am i missing something?
>
> any help appreciated.
>
> thanks
> dharani

[-- Attachment #2: Type: text/html, Size: 568 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] inferno emu on arm
  2011-01-14 23:51 ` Jacob Todd
@ 2011-01-16  9:38   ` Tharaneedharan Vilwanathan
  0 siblings, 0 replies; 6+ messages in thread
From: Tharaneedharan Vilwanathan @ 2011-01-16  9:38 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

hi all,

sorry for the delay in my responses.

Jacob, it looks like its not as easy as that. i didnt dig further hoping
someone has tried. let me see if mechiel has the solution.

thanks
dharani

On Fri, Jan 14, 2011 at 3:51 PM, Jacob Todd <jaketodd422@gmail.com> wrote:

> Set $objtype to arm in mkconfig?
> On Jan 14, 2011 6:08 PM, "Tharaneedharan Vilwanathan" <vdharani@gmail.com>
> wrote:
> > hi all,
> >
> > i am trying to run inferno emu on plan9 running on sheevaplug.
> >
> > does anyone know how to build emu for arm? i am surprised that it is
> missing
> > in inferno-os repository. or am i missing something?
> >
> > any help appreciated.
> >
> > thanks
> > dharani
>

[-- Attachment #2: Type: text/html, Size: 1223 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] inferno emu on arm
  2011-01-14 23:06 [9fans] inferno emu on arm Tharaneedharan Vilwanathan
  2011-01-14 23:51 ` Jacob Todd
@ 2011-01-16 15:40 ` Richard Miller
  2011-01-16 21:01   ` Charles Forsyth
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Miller @ 2011-01-16 15:40 UTC (permalink / raw)
  To: 9fans

> i am trying to run inferno emu on plan9 running on sheevaplug.
>
> does anyone know how to build emu for arm? i am surprised that it is missing
> in inferno-os repository. or am i missing something?

I don't know if there is an official version anywhere, but if you add the
files from /n/sources/contrib/miller/inferno/Plan9-arm/src.tgz to your
/usr/inferno, you should be able to do a mk with SYSTARG=Plan9 and OBJTYPE=arm.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] inferno emu on arm
  2011-01-16 15:40 ` Richard Miller
@ 2011-01-16 21:01   ` Charles Forsyth
  2011-01-18  6:02     ` Tharaneedharan Vilwanathan
  0 siblings, 1 reply; 6+ messages in thread
From: Charles Forsyth @ 2011-01-16 21:01 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

i've merged those additions into inferno-os on googlecode,
except for the change to mkconfig that forced arm objtype.
(use objtype=arm mk ... on Plan 9.)

[-- Attachment #2: Type: message/rfc822, Size: 2244 bytes --]

From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@9fans.net
Subject: Re: [9fans] inferno emu on arm
Date: Sun, 16 Jan 2011 15:40:07 +0000
Message-ID: <3195e39a640e9f01853263a42e8dfc96@hamnavoe.com>

> i am trying to run inferno emu on plan9 running on sheevaplug.
>
> does anyone know how to build emu for arm? i am surprised that it is missing
> in inferno-os repository. or am i missing something?

I don't know if there is an official version anywhere, but if you add the
files from /n/sources/contrib/miller/inferno/Plan9-arm/src.tgz to your
/usr/inferno, you should be able to do a mk with SYSTARG=Plan9 and OBJTYPE=arm.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [9fans] inferno emu on arm
  2011-01-16 21:01   ` Charles Forsyth
@ 2011-01-18  6:02     ` Tharaneedharan Vilwanathan
  0 siblings, 0 replies; 6+ messages in thread
From: Tharaneedharan Vilwanathan @ 2011-01-18  6:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]

hi,

richard/mechiel/charles,

thanks! my plan9 guest OS on vmware fusion is down currently. i am trying to
bring it up. i will work on this once it is up. sorry for the delay.

thanks
dharani

On Sun, Jan 16, 2011 at 1:01 PM, Charles Forsyth <forsyth@terzarima.net>wrote:

> i've merged those additions into inferno-os on googlecode,
> except for the change to mkconfig that forced arm objtype.
> (use objtype=arm mk ... on Plan 9.)
>
> ---------- Forwarded message ----------
> From: Richard Miller <9fans@hamnavoe.com>
> To: 9fans@9fans.net
> Date: Sun, 16 Jan 2011 15:40:07 +0000
> Subject: Re: [9fans] inferno emu on arm
> > i am trying to run inferno emu on plan9 running on sheevaplug.
> >
> > does anyone know how to build emu for arm? i am surprised that it is
> missing
> > in inferno-os repository. or am i missing something?
>
> I don't know if there is an official version anywhere, but if you add the
> files from /n/sources/contrib/miller/inferno/Plan9-arm/src.tgz to your
> /usr/inferno, you should be able to do a mk with SYSTARG=Plan9 and
> OBJTYPE=arm.
>
>

[-- Attachment #2: Type: text/html, Size: 1536 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-18  6:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-14 23:06 [9fans] inferno emu on arm Tharaneedharan Vilwanathan
2011-01-14 23:51 ` Jacob Todd
2011-01-16  9:38   ` Tharaneedharan Vilwanathan
2011-01-16 15:40 ` Richard Miller
2011-01-16 21:01   ` Charles Forsyth
2011-01-18  6:02     ` Tharaneedharan Vilwanathan

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).