It doesn't really matter from where you start the qemu executable as long as you add the '-L' switch. The '-L' tells qemu where to find its bios images. So if you want to start the simulation from another directory just add the -L <path-to-marss>/qemu/pc-bios to the command line.
In my previous post I assumed that he was trying to start qemu from inside the <path-to-marss>/qemu/ folder, so I just gave you the relative path. Regards, Stefan 2012/3/5 sparsh mittal <[email protected]> > Also make sure to issue qemu-system-x86_64 from directory 'marss' and not > from anywhere else. That means correct command is: > > qemu/qemu-system-x86_64 -m 512 -hda /home/pooja/parsecROI.img > > Looks like you are issuing it from somewhere else. > > > Thanks and Regards > Sparsh Mittal > > > > > > On Mon, Mar 5, 2012 at 5:17 AM, Stefan Neumann < > [email protected]> wrote: > >> Try: ./qemu-system-x86_64 -L ./pc-bios -m 512 -hda >> /home/pooja/parsecROI.img >> >> Regards, >> Stefan >> >> 2012/3/5 pooja arora <[email protected]> >> >>> Dear Sir, >>> >>> While executing parsecROI.img I am getting error message as shown below: >>> >>> pooja@pooja:~/marss/qemu$ ./qemu-system-x86_64 -m 512 -hda >>> /home/pooja/parsecROI.img >>> qemu: could not load PC BIOS 'bios.bin' >>> >>> Though* I have mounted this benchmark using FURIOUS ISO application.* >>> >>> Kindly resolve this issue, I would be very grateful. >>> >>> >>> -- >>> Thanks and Regards, >>> Pooja Arora ( [email protected]) >>> M Tech (CSE) (Final Year) >>> Delhi College of Engineering >>> New Delhi, INDIA >>> >>> >>> _______________________________________________ >>> http://www.marss86.org >>> Marss86-Devel mailing list >>> [email protected] >>> https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel >>> >>> >> >> _______________________________________________ >> http://www.marss86.org >> Marss86-Devel mailing list >> [email protected] >> https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel >> >> > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
