Probe RSDP for PCIe Config
This commit is contained in:
parent
4bd7f972c1
commit
3e1e37bf03
7 changed files with 200 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ add_subdirectory(zion)
|
|||
add_subdirectory(lib)
|
||||
add_subdirectory(sys)
|
||||
|
||||
set(QEMU_CMD qemu-system-x86_64 -d guest_errors -m 1G -serial stdio -hda disk.img)
|
||||
# Use machine q35 to access PCI devices.
|
||||
set(QEMU_CMD qemu-system-x86_64 -machine q35 -d guest_errors -m 1G -serial stdio -hda disk.img)
|
||||
|
||||
add_custom_command(
|
||||
OUTPUT disk.img
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue