* [Qemu-devel] Son 4.1.4
@ 2009-01-11 0:38 Olexander Danchuk
2009-01-11 12:12 ` Blue Swirl
0 siblings, 1 reply; 5+ messages in thread
From: Olexander Danchuk @ 2009-01-11 0:38 UTC (permalink / raw)
To: Qemu-devel
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
Dear Paco!
I am writing you to as for help
Currently I need to run some Solaris 4.1.4 Sparc binaries and I have no
hardware for this
So I am trying to use qemu to run sparc binaries. I have downloaded qemu
0.9.1 for Windows
base configuration is OK because I got unix command prompt
with sparc configuration I got some errors openbios-sparc32 absent
On the forum http://www.mail-archive.com/qemu-devel@nongnu.org/msg03254.htmlI
found out that you are experienced in this
Please, help me
Truly yours,
Oleksandr
--
Thank you for your time and I look forward for your mails
[-- Attachment #2: Type: text/html, Size: 780 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Son 4.1.4
2009-01-11 0:38 [Qemu-devel] Son 4.1.4 Olexander Danchuk
@ 2009-01-11 12:12 ` Blue Swirl
2009-01-11 12:16 ` Laurent Desnogues
0 siblings, 1 reply; 5+ messages in thread
From: Blue Swirl @ 2009-01-11 12:12 UTC (permalink / raw)
To: qemu-devel
On 1/11/09, Olexander Danchuk <olexanderdanchuk@gmail.com> wrote:
>
>
> Dear Paco!
>
>
>
> I am writing you to as for help
>
> Currently I need to run some Solaris 4.1.4 Sparc binaries and I have no
> hardware for this
>
> So I am trying to use qemu to run sparc binaries. I have downloaded qemu
> 0.9.1 for Windows
Qemu does not support Solaris user emulation (execute single binaries
without a full system). It should be straightforward to implement it
but so far nobody has submitted any patches.
> base configuration is OK because I got unix command prompt
>
> with sparc configuration I got some errors openbios-sparc32 absent
>
> On the forum
> http://www.mail-archive.com/qemu-devel@nongnu.org/msg03254.html
> I found out that you are experienced in this
You can download openbios-sparc32 from:
http://svn.savannah.gnu.org/viewvc/*checkout*/trunk/pc-bios/openbios-sparc32?revision=5262&root=qemu
But OpenBIOS is only used for emulating a complete system (devices,
RAM etc.), not for user emulation. The Sparc32 system emulator should
(in theory) be able to run Solaris, but so far this has not been
successful. I'm not sure what is the current status of Solaris, Qemu
and OpenBIOS have advanced a lot, but there have been no test reports.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Son 4.1.4
2009-01-11 12:12 ` Blue Swirl
@ 2009-01-11 12:16 ` Laurent Desnogues
2009-01-11 14:41 ` M. Warner Losh
0 siblings, 1 reply; 5+ messages in thread
From: Laurent Desnogues @ 2009-01-11 12:16 UTC (permalink / raw)
To: qemu-devel
On Sun, Jan 11, 2009 at 1:12 PM, Blue Swirl <blauwirbel@gmail.com> wrote:
> On 1/11/09, Olexander Danchuk <olexanderdanchuk@gmail.com> wrote:
>>
>> Currently I need to run some Solaris 4.1.4 Sparc binaries and I have no
>> hardware for this
>>
>> So I am trying to use qemu to run sparc binaries. I have downloaded qemu
>> 0.9.1 for Windows
>
> Qemu does not support Solaris user emulation (execute single binaries
> without a full system). It should be straightforward to implement it
> but so far nobody has submitted any patches.
I think the original poster was wrongly calling Solaris something that
is SunOS. IIRC SunOS was a BSD derivative (while Solaris was
based on SystemV). Doesn't qemu already have support for BSD
on SPARC?
Laurent
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Son 4.1.4
2009-01-11 12:16 ` Laurent Desnogues
@ 2009-01-11 14:41 ` M. Warner Losh
2009-01-12 2:21 ` Jamie Lokier
0 siblings, 1 reply; 5+ messages in thread
From: M. Warner Losh @ 2009-01-11 14:41 UTC (permalink / raw)
To: qemu-devel, laurent.desnogues
In message: <761ea48b0901110416x3c7b8e14yfa1e1e0881935704@mail.gmail.com>
"Laurent Desnogues" <laurent.desnogues@gmail.com> writes:
: On Sun, Jan 11, 2009 at 1:12 PM, Blue Swirl <blauwirbel@gmail.com> wrote:
: > On 1/11/09, Olexander Danchuk <olexanderdanchuk@gmail.com> wrote:
: >>
: >> Currently I need to run some Solaris 4.1.4 Sparc binaries and I have no
: >> hardware for this
: >>
: >> So I am trying to use qemu to run sparc binaries. I have downloaded qemu
: >> 0.9.1 for Windows
: >
: > Qemu does not support Solaris user emulation (execute single binaries
: > without a full system). It should be straightforward to implement it
: > but so far nobody has submitted any patches.
:
: I think the original poster was wrongly calling Solaris something that
: is SunOS. IIRC SunOS was a BSD derivative (while Solaris was
: based on SystemV). Doesn't qemu already have support for BSD
: on SPARC?
Which version SunOS? SunOS 3.x and 4.x were basically BSD kernels
with increasing levels of SysV bolted o n. SunOS 5.x (part of Solaris
2.x) was the opposite.
Warner
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] Son 4.1.4
2009-01-11 14:41 ` M. Warner Losh
@ 2009-01-12 2:21 ` Jamie Lokier
0 siblings, 0 replies; 5+ messages in thread
From: Jamie Lokier @ 2009-01-12 2:21 UTC (permalink / raw)
To: qemu-devel; +Cc: laurent.desnogues
M. Warner Losh wrote:
> : I think the original poster was wrongly calling Solaris something that
> : is SunOS. IIRC SunOS was a BSD derivative (while Solaris was
> : based on SystemV). Doesn't qemu already have support for BSD
> : on SPARC?
>
> Which version SunOS? SunOS 3.x and 4.x were basically BSD kernels
> with increasing levels of SysV bolted o n. SunOS 5.x (part of Solaris
> 2.x) was the opposite.
Do any SunOs 3.x or 4.x installations run on qemu?
-- Jamie
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-12 2:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-11 0:38 [Qemu-devel] Son 4.1.4 Olexander Danchuk
2009-01-11 12:12 ` Blue Swirl
2009-01-11 12:16 ` Laurent Desnogues
2009-01-11 14:41 ` M. Warner Losh
2009-01-12 2:21 ` Jamie Lokier
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).