Skip to content

Instantly share code, notes, and snippets.

@allenyllee
Last active July 15, 2016 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenyllee/d03de373ec671a0b3dc3e80df2f04b53 to your computer and use it in GitHub Desktop.
Save allenyllee/d03de373ec671a0b3dc3e80df2f04b53 to your computer and use it in GitHub Desktop.

Qemu

Qemu on windows

Download

Qemu+OVMF

  • OVMF( Open Virtual Machine Firmware ) 可提供Qemu 使用的UEFI BIOS firmware
qemu-system-x86_64.exe -L /path/to/folder_contained_bios_files -bios /path/to/bios_binary_file 
  • -L 指定預設放Bios 的資料夾,裡面包含其他必需的binary,video rom等等,通常在根目錄
  • -bios 指定要使用的BIOS檔案,可直接指定路徑,不需要在-L 路徑下
  • example: qemu-system-x86_64.exe -L . -bios OVMF.fd
  • test test test test test and go

Here's a line for us to start with.

This line is separated from the one above by two newlines, so it will be a separate paragraph.

This line is also a separate paragraph, but...
This line is only separated by a single newline, so it's a separate line in the same paragraph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment