Compatibility layer

In software engineering, a compatibility layer is an interface that allows binaries for a legacy or foreign system to run on a host system. This translates system calls for the foreign system into native system calls for the host system. With some libraries for the foreign system, this will often be sufficient to run foreign binaries on the host system. A hardware compatibility layer consists of tools that allow hardware emulation.

Software

Examples include:

  • Wine, which runs some Microsoft Windows binaries on Unix-like systems using a program loader and the Windows API implemented in DLLs
  • Windows's application compatibility layers to attempt to run poorly written applications or those written for earlier versions of the platform.[1]
  • Lina, which runs some Linux binaries on Windows, Mac OS X and Unix-like systems with native look and feel.
  • KernelEX, which runs some Windows 2000/XP programs on Windows 98/Me.
  • Executor, which runs 68k-based "classic" Mac OS programs in Windows, Mac OS X and Linux.
  • Anbox, an Android compatibility layer for Linux.
  • Hybris, library that translates Bionic into glibc calls.
  • Darling, a translation layer that attempts to run Mac OS X and Darwin binaries on Linux.
  • Windows Subsystem for Linux v1, which runs Linux binaries on Windows via a compatibility layer which translates Linux system calls into native windows system calls.
  • Cygwin, a POSIX-compatible environment that runs natively on Windows.[2]
  • 2ine, a project to run OS/2 application on Linux[3]
  • Rosetta 2, Apple's translation layer bundled with macOS Big Sur to allow x86-64 exclusive applications to run on ARM hardware.
  • ACL allows Android apps to natively execute on Tizen, webOS, or MeeGoo phones.[4][5][6]
  • Alien Dalvik allows Android apps to run on MeeGo[7] and Meamo.[8] Alien Dalvik 2.0 was also revealed for iOS on an iPad, however unlike MeeGo and Meamo, this version ran from the cloud.[9][10][11]
  • touchHLE is a compatibility layer (referred to as a “high-level emulator”) for Windows and macOS made by Andrea "hikari_no_yume" (Sweden) in early 2023 to run legacy 32-bit iOS software. The compatibility layer was only able to run one software, Super Monkey Ball as of version 0.1.0. As of version 0.1.2, support for the Lite version of Super Monkey Ball, as well as Crash Bandicoot Nitro Kart 3D and Touch & Go has been added.[12] She says that fans will have to "be patient" for anything else to emulate. It uses code translation along with CPU emulation when necessary, and specifically stated that she does not want to be compatible with 64 bit software.[13] Later a pull request to add support for Android was issued, which allowed Android devices to run Super Monkey Ball for iOS.[14]
  • ipasim is a compatibility layer for Windows that uses WinObjC to translate code from Objective C to native Windows code.[15]
  • aah (sic) is a program for macOS to run iOS apps on macOS 10.15 "Catalina" on x86 processors via translation of the programs via the Catalyst framework.[16]
  • brs-emu is a compatibility layer to run Roku software via BrightScript on other platforms: Web, Windows, macOS, and Linux.[17]

Compatibility layer in kernel:

  • FreeBSD's Linux compatibility layer, which enables binaries built specifically for Linux to run on FreeBSD[18] the same way as the native FreeBSD API layer.[19] FreeBSD also has some Unix-like system emulations, including NDIS, NetBSD, PECoff, SVR4, and different CPU versions of FreeBSD.[20]
  • NetBSD has several Unix-like system emulations.[21]
  • Columbia Cycada, an unreleased compatibility layer which runs Apple iOS applications on Android systems
  • Windows Subsystem for Linux provides a Linux-compatible kernel interface developed by Microsoft.[22]
  • The PEACE Project (aka COMPAT_PECOFF) has Win32 compatible layer for NetBSD. The project is now inactive.
  • On RSTS/E for the PDP-11 series of minicomputers, programs written to run on the RT-11 operating system could run (without recompiling) on RSTS through the RT-11 Run-Time System having its EMT flag set, meaning that an RT-11 EMT instruction that matches a RSTS EMT is diverted to the RT-11 Run-Time System which translates them to the equivalent RSTS EMT. Programs written to take advantage of RSTS directly (or calls to RSTS within the Run-Time system itself) signal this by having a second EMT instruction (usually EMT 255) immediately before the actual RSTS EMT code.

A compatibility layer avoids both the complexity and the speed penalty of full hardware emulation. Some programs may even run faster than the original, e.g. some Linux applications running on FreeBSD's Linux compatibility layer may perform better than the same applications on Red Hat Linux. Benchmarks are occasionally run on Wine to compare it to Windows NT-based operating systems.[23]

Even on similar systems, the details of implementing a compatibility layer can be quite intricate and troublesome; a good example is the IRIX binary compatibility layer in the MIPS architecture version of NetBSD.[24]

A compatibility layer requires the host system's CPU to be (upwardly) compatible to that of the foreign system. For example, a Microsoft Windows compatibility layer is not possible on PowerPC hardware because Windows requires an x86 CPU. In this case full emulation is needed.

Hardware

Hardware compatibility layers involve tools that allow hardware emulation. Some hardware compatibility layers involve breakout boxes because breakout boxes can provide compatibility for certain computer buses that are otherwise incompatible with the machine.

See also

References

  1. ^ Charlie Russel, Microsoft MVP for Windows Server and Tablet PC (2002-02-18). "Application Compatibility in Windows XP".
  2. ^ "Cygwin". www.cygwin.com. Retrieved 2019-11-23.
  3. ^ "Project: 2ine | Patreon".
  4. ^ "Tizen OS will run Android apps -- with a little help from third-party software (Video)".
  5. ^ "OpenMobile ACL for webOS resurrected on Kickstarter, hopes to bring Android apps to HP Touchpad".
  6. ^ "OpenMobile demos ACL for MeeGo, promises 100 percent compatibility with Android apps (Video)".
  7. ^ "Myriad 'Alien Dalvik' runs Android apps on any phone... Starting with MeeGo (Video)".
  8. ^ "Myriad Alien Dalvik hands-on (Video)".
  9. ^ "Running Android Apps on the iPad with Myriad's Alien Dalvik". YouTube.
  10. ^ "Hands-on with Myriad's Alien Dalvik 2.0 on an iPad (Video)".
  11. ^ "Android apps to run on iPad with Alien Dalvik 2.0".
  12. ^ "TouchHLE: High-level emulator for iPhone OS apps". GitHub.
  13. ^ "High-level iOS emulator touchHLE runs on Windows and Mac, aims to preserve old iOS gaming apps".
  14. ^ "Developer ports iOS emulator to Android, but you shouldn't get excited about it". 24 April 2023.
  15. ^ Joneš, Jan (27 June 2019). "IOS emulator for Windows". hdl:20.500.11956/108316.
  16. ^ "Aah". GitHub.
  17. ^ "BRS-EMU: BrightScript Emulator". GitHub.
  18. ^ "Linux emulation in FreeBSD".
  19. ^ "Emulation". freebsd.org. Retrieved 2014-03-16.
  20. ^ "A look inside..." freebsd.org. Retrieved 2014-03-16.
  21. ^ "NetBSD Binary Emulation". netbsd.org. Retrieved 2014-03-16.
  22. ^ "Comparing WSL 1 and WSL 2". 20 March 2023.
  23. ^ BenchMark-0.9.5 Archived 2010-12-09 at the Wayback Machine - The Official Wine Wiki
  24. ^ Emmanuel Dreyfus (August 8, 2002). "IRIX Binary Compatibility, Part 1". onlamp.com. Archived from the original on 2017-10-21. Retrieved 2014-03-16.

External links

  • Windows XP Application Compatibility Technologies (Dave Morehouse and Todd Phillips, Microsoft Corporation, 1 June 2001)
Retrieved from "https://en.wikipedia.org/w/index.php?title=Compatibility_layer&oldid=1212791594"