Have yellowstone dump the MBR/GPT tables

This commit is contained in:
Drew Galbraith 2023-06-19 21:54:40 -07:00
parent 0aa38ac4a4
commit a202bf2371
4 changed files with 143 additions and 12 deletions

View file

@ -1,4 +1,5 @@
add_executable(yellowstone
hw/gpt.cpp
hw/pcie.cpp
yellowstone.cpp
)