[fpc-devel] QEMU for 64-bit FPC testing?
Michael Schnell
mschnell at lumino.de
Wed Jan 30 09:01:46 CET 2008
> With the wonderful world of emulators and
> virtual pc products like VirtualBox, VMWare and Virtual PC 2007 ...
VirtualBox, VMWare, XEN etc are no emulators but virtualization managers.
If they would emulate a CPU they would be by far too slow to be useful.
They just force the guest processes (in fact the OSes) to call the
virtualization code instead of accessing certain hardware resources
(such as peripherals and memory management). But the 99,9% of the code
of the OSes (and 100% of the code of the user processes) is executed
just in the normal way.
-Michael
More information about the fpc-devel
mailing list