Is VirtualBox only for x86 architecture and its operation systems?
Are there any plans for supporting other processors like ARM?
That would be helpful for software developers that do not already have the hardware at hand.
Supported architecure
-
mpack
- Site Moderator
- Posts: 39134
- Joined: 4. Sep 2008, 17:09
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Mostly XP
Re: Supported architecure
Obviously yes. VirtualBox is a hypervisor, not a simulator. Meaning that code runs on the native CPU except when it tries to do a hardware access. In effect it means that the job of VirtualBox is to simulate - not the CPU - but the peripheral hardware whenever the CPU tries to access it. The latter is another reason why ideas like your ARM suggestion will not work, i.e. in addition to being the wrong CPU, ARM devices AFAIK do not come with a manageably small set of expected legacy peripherals.Cyberian wrote:Is VirtualBox only for x86 architecture and its operation systems?