Main
Pruning the forum database.
Quote from: sling-shot on January 31, 2013, 08:11:21 AMQuote from: agmg on January 30, 2013, 03:02:06 AMhttps://www.virtualbox.org/wiki/VirtualizationSo quoting www.virtualbox.orgQuote from: https://www.virtualbox.org/wiki/VirtualizationVirtualizers such as VirtualBox, on the other hand, can achieve near-native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32-bit Linux on a 32-bit Windows host) So a 32 bit guest on a 64 bit host may not run.Yes it will, but a 64 bit guest on a 32 bit host will not.
Quote from: agmg on January 30, 2013, 03:02:06 AMhttps://www.virtualbox.org/wiki/VirtualizationSo quoting www.virtualbox.orgQuote from: https://www.virtualbox.org/wiki/VirtualizationVirtualizers such as VirtualBox, on the other hand, can achieve near-native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32-bit Linux on a 32-bit Windows host) So a 32 bit guest on a 64 bit host may not run.
https://www.virtualbox.org/wiki/Virtualization
Virtualizers such as VirtualBox, on the other hand, can achieve near-native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32-bit Linux on a 32-bit Windows host)
Quote from: Old-Polack on January 31, 2013, 10:13:32 AMQuote from: sling-shot on January 31, 2013, 08:11:21 AMQuote from: agmg on January 30, 2013, 03:02:06 AMhttps://www.virtualbox.org/wiki/VirtualizationSo quoting www.virtualbox.orgQuote from: https://www.virtualbox.org/wiki/VirtualizationVirtualizers such as VirtualBox, on the other hand, can achieve near-native performance for the guest code, but can only run guest code that was written for the same target hardware (such as 32-bit Linux on a 32-bit Windows host) So a 32 bit guest on a 64 bit host may not run.Yes it will, but a 64 bit guest on a 32 bit host will not.Actually, I run 64-bit guests on my 32-bit PCLOS install quite often (just did some yesterday to test restoring a server to disparate HW)...That quote didn't do justice to "emulation" vs "virtualization" (IMNSHO).Emulation: Able to run different architectures (such as PowerPC, or M68000 on x86), such as MAC or Amiga emulators.Virtualization: Allow concurrent but different codesets for the same architecture (x86 Windows or x86 BSD on x86 Linux).$0.02
...I would guess from that, that you are running your 32 bit host on a 64 bit CPU.