QEMU/2: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
|}
|}


==Running ArcaOS on QEMU under Linux==
==Running ArcaOS on QEMU with Linux host==
It had been reported (as 2024-12) that ArcaOS 5.1 runs fine on QEMU 9.2, tested on Debian 12 x86_64.
It had been reported (as 2024-12) that ArcaOS 5.1 runs fine on QEMU 9.2, tested on Debian 12 x86_64.


Line 30: Line 30:
  qemu-system-x86_64 -drive file=arca51.img,format=raw -cdrom arca51.iso -m 4G
  qemu-system-x86_64 -drive file=arca51.img,format=raw -cdrom arca51.iso -m 4G


==Links==
==Related Articles==
* [[Installing ArcaOS on QEMU with Windows 10 Host]]
* [[Installing ArcaOS on QEMU with Windows 10 Host]]
* [[Install and Run eComStation 2.1 and ArcaOS 5.0 in QEMU]]
* [[Install and Run eComStation 2.1 and ArcaOS 5.0 in QEMU]]

Latest revision as of 13:57, 15 December 2024

Comments About QEMU/2 OS/2 Port

Author by Ed Durrant (edurrant at durrant.mine.nu)

Document version 0.1 20th. September 2009.

QEMU has been around for several years on multiple platforms. It now has an alpha version of the code ported to OS/2 - eComStation. As yet I have not been able to get this code to run even in command line mode - it is an early release version. QEMU differs from other virtualisation "engines" in that it has the ability (at least on its main platforms" to emulate different processors, something other packages cannot do. This means for example, you could run QEMU on an Intel machine but the virtual client could be made to think that it is running on a PowerPC based IBM AIX system, or on a games console. This level of emulation does affect performance when compared to other virtualisation products as there is far more work to be performed, it is not just pass through of the CPU instructions as is the case when the Virtualised machine see's the actual CPU in use.

Comments about the OS/2 Port
[1]

Drivers

Component Name Driver
Audio
Video
USB passthru
Parallel Port printer access
Networks

Running ArcaOS on QEMU with Linux host

It had been reported (as 2024-12) that ArcaOS 5.1 runs fine on QEMU 9.2, tested on Debian 12 x86_64.

It is run with:

qemu-system-x86_64 -drive file=arca51.img,format=raw -cdrom arca51.iso -m 4G

Related Articles