qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] can use scsi?
@ 2004-09-13  1:56 Marc Collin
  2004-09-13  2:28 ` Luke Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Collin @ 2004-09-13  1:56 UTC (permalink / raw)
  To: qemu-devel

hi

i do many test with qemu

i tried to run win 98 with it...

that run well but in win98, it don't see my scsi card....

why?

how to resolve that?
i have 1 hd, 1 burner and 1 cdrom scsi... and i can't use it

thanks
-- 
La boîte à prog http://www.laboiteaprog.com

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

* Re: [Qemu-devel] can use scsi?
  2004-09-13  1:56 [Qemu-devel] can use scsi? Marc Collin
@ 2004-09-13  2:28 ` Luke Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Luke Deller @ 2004-09-13  2:28 UTC (permalink / raw)
  To: os2, qemu-devel

Marc Collin wrote:
> i do many test with qemu
> 
> i tried to run win 98 with it...
> 
> that run well but in win98, it don't see my scsi card....
> 
> why?
> 
> how to resolve that?
> i have 1 hd, 1 burner and 1 cdrom scsi... and i can't use it

qemu emulates a whole computer system.  You basically have two different computers: a real one and an emulated one.  You're running win98 on the emulated computer system, not the real one.

The emulated computer system includes following hardware (at present):
- a Cirrus 54xx video card (which actually outputs to the qemu window using SDL)
- an IDE controller
- IDE hard disks and cdrom drives (which actually access the disk image file or device you specify on the command line)
- an ne2000 network card.
- keyboard, mouse (which actually read input from the qemu window).
- and more basic hardware that is normally part of a PC motherboard

You can get the emulated cdrom to actually read from your real cdrom by specifying the appropriate command-line parameter; I use:
    -cdrom /dev/cdrom

Instead of "/dev/cdrom" you can use the appropriate filename of your cdrom device, or even the filename of an .iso image.  The emulated cdrom is not a burner, so you won't be able to burn CDs from inside qemu.

Regards,
Luke.

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

end of thread, other threads:[~2004-09-13  2:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-13  1:56 [Qemu-devel] can use scsi? Marc Collin
2004-09-13  2:28 ` Luke Deller

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