* [Qemu-devel] ARM->ARM
@ 2009-01-18 9:12 Nitin Natarajan
2009-01-18 16:32 ` Paul Brook
0 siblings, 1 reply; 3+ messages in thread
From: Nitin Natarajan @ 2009-01-18 9:12 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 453 bytes --]
Hi all,
I have been thinking about doing a project that will try to run
windows mobile executable on a linux based mobile phone. I just wanted to
know if this would be feasible and if I could use parts of qemu to achieve
the same. I also thought of extracting the assemble from the windows
executable and trying to run that after doing a 1->1 ARM mapping. Your
comments will be very helpful. Looking forward to hearing from you.
Regards
Nitin
[-- Attachment #2: Type: text/html, Size: 514 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] ARM->ARM
2009-01-18 9:12 [Qemu-devel] ARM->ARM Nitin Natarajan
@ 2009-01-18 16:32 ` Paul Brook
2009-01-18 17:36 ` M. Warner Losh
0 siblings, 1 reply; 3+ messages in thread
From: Paul Brook @ 2009-01-18 16:32 UTC (permalink / raw)
To: qemu-devel; +Cc: Nitin Natarajan
On Sunday 18 January 2009, Nitin Natarajan wrote:
> Hi all,
> I have been thinking about doing a project that will try to run
> windows mobile executable on a linux based mobile phone. I just wanted to
> know if this would be feasible and if I could use parts of qemu to achieve
> the same. I also thought of extracting the assemble from the windows
> executable and trying to run that after doing a 1->1 ARM mapping. Your
> comments will be very helpful. Looking forward to hearing from you.
Sounds like you just need to port Wine.
You don't need to do any instruction translation or hardware emulation, so
qemu is unlikely to be of any real use to you.
Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] ARM->ARM
2009-01-18 16:32 ` Paul Brook
@ 2009-01-18 17:36 ` M. Warner Losh
0 siblings, 0 replies; 3+ messages in thread
From: M. Warner Losh @ 2009-01-18 17:36 UTC (permalink / raw)
To: qemu-devel, paul; +Cc: nitinroger123
In message: <200901181632.26646.paul@codesourcery.com>
Paul Brook <paul@codesourcery.com> writes:
: On Sunday 18 January 2009, Nitin Natarajan wrote:
: > Hi all,
: > I have been thinking about doing a project that will try to run
: > windows mobile executable on a linux based mobile phone. I just wanted to
: > know if this would be feasible and if I could use parts of qemu to achieve
: > the same. I also thought of extracting the assemble from the windows
: > executable and trying to run that after doing a 1->1 ARM mapping. Your
: > comments will be very helpful. Looking forward to hearing from you.
:
: Sounds like you just need to port Wine.
:
: You don't need to do any instruction translation or hardware emulation, so
: qemu is unlikely to be of any real use to you.
The other option would be to do something ala the Citrus Project from
a few years ago on NetBSD and execute PECOFF binaries directly in the
kernel.
Wine has a LOT of x86 specific code in it and would be very hard to
port.
Warner
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-01-18 17:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-18 9:12 [Qemu-devel] ARM->ARM Nitin Natarajan
2009-01-18 16:32 ` Paul Brook
2009-01-18 17:36 ` M. Warner Losh
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).