qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* ODP: [Qemu-devel] Is it possible run qemu on windows nt ?
@ 2005-10-26 17:26 WarownyR
  2005-10-26 17:47 ` Jernej Simončič
  0 siblings, 1 reply; 4+ messages in thread
From: WarownyR @ 2005-10-26 17:26 UTC (permalink / raw)
  To: qemu-devel

Thanks for your response. I tried the -L option, but it didn't help. I tried
different possibilities with absolute, and relative paths, but the resoult
is still the same - it doesn't work. Any other ideas ?

Radek

> -----Oryginalna wiadomość-----
> Od:	qemu-devel-bounces+warownyr=zus.pl@nongnu.org
> [SMTP:qemu-devel-bounces+warownyr=zus.pl@nongnu.org] w imieniu Vesselin
> Peev
> Wysłano:	25 października 2005 14:23
> Do:	qemu-devel@nongnu.org
> Temat:	Re: [Qemu-devel] Is it possible run qemu on windows nt ?
> 
> Hi Radek,
> 
> Perhaps someone knows better, but have you tried "qemu -L . freedos.dsk"
> or 
> "qemu -L bios freedos.dsk" from within the QEMU installation directory
> (and, 
> of course, adjusting the path to "freedos.dsk" appropriately in that
> case)?
> 
> Hope that helps,
> Vesko
> 
> ----- Original Message ----- 
> From: <WarownyR@zus.pl>
> To: <qemu-devel@nongnu.org>
> Sent: Tuesday, October 25, 2005 11:08 AM
> Subject: [Qemu-devel] Is it possible run qemu on windows nt ?
> 
> 
> > Hi
> >
> > I downloaded qemu from internet (the .exe binary) and try to run it on
> > windows nt. but it fails to start. It just exits silently and nothing
> > happens. This is polish version of windows nt workstation with service 
> > pack
> > 6. I tried different versions of qemu from 0.7.0 to 0.7.2 but with the 
> > same
> > resoult. Here are the commands I run, and it's output:
> >
> > qemu freedos.dsk
> > echo %ERRORLEVEL%
> > 0
> >
> > Is it possible to run qemu on windows nt ?
> >
> > Radek
> >
> >
> > _______________________________________________
> > Qemu-devel mailing list
> > Qemu-devel@nongnu.org
> > http://lists.nongnu.org/mailman/listinfo/qemu-devel
> > 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

* Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?
  2005-10-26 17:26 ODP: [Qemu-devel] Is it possible run qemu on windows nt ? WarownyR
@ 2005-10-26 17:47 ` Jernej Simončič
  2005-10-27 22:03   ` Sylvain Petreolle
  0 siblings, 1 reply; 4+ messages in thread
From: Jernej Simončič @ 2005-10-26 17:47 UTC (permalink / raw)
  To: WarownyR@zus.pl on [qemu-devel]

On Wednesday, October 26, 2005, 19:26:53, WarownyR@zus.pl wrote:

> Thanks for your response. I tried the -L option, but it didn't help. I tried
> different possibilities with absolute, and relative paths, but the resoult
> is still the same - it doesn't work. Any other ideas ?

Try to run the utility attached to this message:
<http://lists.gnu.org/archive/html/qemu-devel/2005-04/msg00437.html> on your
qemu.exe, then when you run qemu, you should get some output on console
about what's wrong.

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

Any simple idea will be worded in the most complicated way.
       -- Malek's Law

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

* Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?
  2005-10-26 17:47 ` Jernej Simončič
@ 2005-10-27 22:03   ` Sylvain Petreolle
  2005-10-28 15:46     ` Jernej Simonèiè
  0 siblings, 1 reply; 4+ messages in thread
From: Sylvain Petreolle @ 2005-10-27 22:03 UTC (permalink / raw)
  To: qemu-devel

Hi Jernej,

Do you know where to look for the source of the wonderful NoConsole utility ?
Now qemu is able to display its help page when no parameters are given.

(and additionally its copyright ;-)

--- Jernej Simonèiè <jernej@ena.si> a écrit :

> Try to run the utility attached to this message:
> <http://lists.gnu.org/archive/html/qemu-devel/2005-04/msg00437.html> on your
> qemu.exe, then when you run qemu, you should get some output on console
> about what's wrong.
> 
> -- 
> < Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >
> 
> Any simple idea will be worded in the most complicated way.
>        -- Malek's Law
> 
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 


Kind regards,
Sylvain Petreolle (aka Usurp)
--- --- --- --- --- --- --- --- --- --- --- --- ---
Tired of a proprietary Windows on your computer ?
Use free ReactOS instead ( http://www.reactos.org )

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

* Re: ODP: [Qemu-devel] Is it possible run qemu on windows nt ?
  2005-10-27 22:03   ` Sylvain Petreolle
@ 2005-10-28 15:46     ` Jernej Simonèiè
  0 siblings, 0 replies; 4+ messages in thread
From: Jernej Simonèiè @ 2005-10-28 15:46 UTC (permalink / raw)
  To: qemu-devel

On Friday, October 28, 2005, 0:03:09, Sylvain Petreolle wrote:

> Do you know where to look for the source of the wonderful NoConsole utility ?
> Now qemu is able to display its help page when no parameters are given.

It took me a while to find it again, but the source (Basic!) is available
here: <http://dliboon.freeshell.org/?view=programming.bcx>

-- 
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >

To know thyself is the ultimate form of aggression.
       -- Levy's Seventh Law of the Disillusionment of the True Liberal

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

end of thread, other threads:[~2005-10-28 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-26 17:26 ODP: [Qemu-devel] Is it possible run qemu on windows nt ? WarownyR
2005-10-26 17:47 ` Jernej Simončič
2005-10-27 22:03   ` Sylvain Petreolle
2005-10-28 15:46     ` Jernej Simonèiè

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