在哪里可以找到模拟器来测试我的 ARMv8 操作系统?
Where Can i find an emulator to test my operating system for ARMv8?
我目前正在编写一个基于 ARMv8 处理器的 OS。我想找到一个像处理器一样工作的模拟器,这样我就可以看到我的 OS 是否工作并检查我的工作。
我在windows10.有没有推荐的模拟器?
我搜索了 SO 但没有答案。谢谢。
看来 QEMU 版本 2.1+ 就是你想要的
the latest version of upstream QEMU (2.1) now includes full ARMv8 system emulation support. This means that users can use upstream QEMU to run a full 64-bit ARMv8-A kernel and filesystem, such as a 64-bit Ubuntu cloud image. This was no small endeavour as it involved emulating a completely new instruction set, exception model, CPU implementation, and more. The implementation was verified with a custom instruction verification tool (RISU) and was heavily reviewed upstream by an engaged and incredibly supportive upstream QEMU community.
我目前正在编写一个基于 ARMv8 处理器的 OS。我想找到一个像处理器一样工作的模拟器,这样我就可以看到我的 OS 是否工作并检查我的工作。
我在windows10.有没有推荐的模拟器?
我搜索了 SO 但没有答案。谢谢。
看来 QEMU 版本 2.1+ 就是你想要的
the latest version of upstream QEMU (2.1) now includes full ARMv8 system emulation support. This means that users can use upstream QEMU to run a full 64-bit ARMv8-A kernel and filesystem, such as a 64-bit Ubuntu cloud image. This was no small endeavour as it involved emulating a completely new instruction set, exception model, CPU implementation, and more. The implementation was verified with a custom instruction verification tool (RISU) and was heavily reviewed upstream by an engaged and incredibly supportive upstream QEMU community.