适用于 VirtualBox 的 iOS
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4171794/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS for VirtualBox
提问by Keshan
Is there anyway to install Apple iOS in VirtualBox? i have installed Android on VirtualBox with live Androidand i have installed Snow leopard on VirtualBox but i don't know whether i could do the same with iOS if there is a way please let me know.(i am using both Ubuntu 10.04 and Windows 7 as hosts)
有没有办法在 VirtualBox 中安装 Apple iOS?我已经在 VirtualBox 上安装了 Android 和Live Android,我已经在 VirtualBox 上安装了 Snow leopard,但我不知道我是否可以在 iOS 上做同样的事情,如果有办法请告诉我。(我同时使用 Ubuntu 10.04 和 Windows 7人作为主持人)
Thanks !!
谢谢 !!
UPDATE : here i wanted to know whether there exists a project like Hackintosh for iOS
更新:在这里我想知道是否存在像 Hackintosh for iOS 这样的项目
回答by J?rg W Mittag
VirtualBox is a virtualizer, not an emulator. (The name kinda gives it away.) I.e. it can only virtualize a CPU that is actually there, not emulate one that isn't. In particular, VirtualBox can only virtualize x86 and AMD64 CPUs. iOS only runs on ARM CPUs.
VirtualBox 是一个虚拟器,而不是一个模拟器。(这个名字有点暴露了它。)即它只能虚拟化一个实际存在的 CPU,而不是模拟一个不存在的 CPU。特别是 VirtualBox 只能虚拟化 x86 和 AMD64 CPU。iOS 只能在 ARM CPU 上运行。
回答by Sasha
Additional to the above - the QEMU website has good documentation about setting up an ARM based emulator: http://qemu.weilnetz.de/qemu-doc.html#ARM-System-emulator
除了上述之外 - QEMU 网站上有关于设置基于 ARM 的模拟器的很好的文档:http: //qemu.weilnetz.de/qemu-doc.html#ARM-System-emulator
回答by FishyFingers
You could try qemu, which is what the Android emulator uses. I believe it actually emulates the ARM hardware.
你可以试试 qemu,这是 Android 模拟器使用的。我相信它实际上模拟了 ARM 硬件。