DESCR 470 B

12345678
  1. GXemul is a machine emulator. The initial goal was to write a simple
  2. 64-bit MIPS emulator for running multiprocessor experiments with a
  3. microkernel, but the emulator can be used for many other things. While
  4. some simulators only simulate a CPU, GXemul also simulates other
  5. hardware components, making it possible to use the emulator to run
  6. unmodified operating systems, such as NetBSD, OpenBSD, or Linux.
  7. Currently emulated CPUs are: ARM, M88k, MIPS, PowerPC and SuperH.