0c25188643
GXemul is a machine emulator. The initial goal was to write a simple 64-bit MIPS emulator for running multiprocessor experiments with a microkernel, but the emulator can be used for many other things. While some simulators only simulate a CPU, GXemul also simulates other hardware components, making it possible to use the emulator to run unmodified operating systems, such as NetBSD, OpenBSD, or Linux. [previously known as mips64emul, it was renamed because now supports more cpu archs than MIPS, as sparc, ppc...]
6 lines
404 B
Text
6 lines
404 B
Text
GXemul is a machine emulator. The initial goal was to write a simple
|
|
64-bit MIPS emulator for running multiprocessor experiments with a
|
|
microkernel, but the emulator can be used for many other things. While
|
|
some simulators only simulate a CPU, GXemul also simulates other
|
|
hardware components, making it possible to use the emulator to run
|
|
unmodified operating systems, such as NetBSD, OpenBSD, or Linux.
|