-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck at 01 #239
Comments
I am so confused.But it is works by using qemu-system-x86_64 instead. |
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. |
You use |
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: