1 repo
Tools that translate machine code instructions between different hardware architectures.
Distinguishing note: Focuses on instruction-level translation rather than full system virtualization.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Instruction Emulators. Refine with filters or upvote what's useful.
UTM is a comprehensive virtualization suite that provides a unified interface for running guest operating systems on host hardware. It functions as a cross-platform system emulator and hypervisor, coordinating both hardware-accelerated virtualization and software-based instruction emulation to execute diverse operating systems. By leveraging native kernel-level virtualization frameworks, the software achieves near-native performance while maintaining strict security through sandboxed process isolation. The project distinguishes itself by enabling full-featured desktop operating systems to run
Translates foreign processor instructions into host-compatible machine code to allow execution across different hardware architectures.