Alex
Alex

Reputation: 879

qemu launch with the seabios

I used a modified qemu for testing the IOMMU, and I also complied the seabios, but for now, I don't know how to use the special 'seabios' with my qemu, because I need to combine them together, thanks!

Upvotes: 1

Views: 1098

Answers (1)

prathmesh.kallurkar
prathmesh.kallurkar

Reputation: 5686

You can pass your bios file to qemu with a simple command line argument: -bios mybios

Is this what you wanted?

Upvotes: 2

Related Questions