12

I was trying to use QEMU with a kernel ISO I am building but I am unable to run the test.

I am using Windows 10 64 bit and I have added the pc-bios folder to PATH if that matters. I have tried the following commands till now: Windows terminal screenshot

ThatAnonyG
  • 137
  • 1
  • 2
  • 9

2 Answers2

16

You can use bios-256k.bin that comes with QEMU. Add the following while running your command ... -L "C:\Program Files\qemu". Where "C:\Program Files\qemu" is the path to QEMU installation.

2

Add -L C:\Users\Ratul\AppData\Local\Android\Sdk\emulator\lib\pc-bios\ option to your command line. You tried this option, but used the path and name of the binary, and iIt should contain only the path.

nevilad
  • 932
  • 1
  • 7
  • 14