You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My qemu version is 6.2.0, and I did all of this in my M1 MacBook(Monterey 12.1)
Before the problem, I can get right results about the tutorial(chapter 01).
After I input the command of "qemu-system-aarch64 -S -drive file=boot_sect_simple.bin,format=raw -machine virt-5.2"
There is nothing in my qemu console.
The picture is as below.
I did not get the message of "Booting from Hard Disk..." in chapter 01.
The text was updated successfully, but these errors were encountered:
ge1mina023
changed the title
Can not see the output of "Booting from Hard Disk..."
Stuck at 01
Mar 24, 2022
After I input the command of "qemu-system-aarch64 -S -drive file=boot_sect_simple.bin,format=raw -machine virt-5.2"
Is this when running the binary fi e (= the one you got by manually creating the boot sector ?). The binary code is for an x86-64 architecture. When you run qemu-system-aarch64, you are running an arm processor, which uses a very different set of instructions.
My qemu version is 6.2.0, and I did all of this in my M1 MacBook(Monterey 12.1)
Before the problem, I can get right results about the tutorial(chapter 01).
After I input the command of "qemu-system-aarch64 -S -drive file=boot_sect_simple.bin,format=raw -machine virt-5.2"
There is nothing in my qemu console.
The picture is as below.
I did not get the message of "Booting from Hard Disk..." in chapter 01.
The text was updated successfully, but these errors were encountered: