freebsd-ports/emulators/gxemul/pkg-descr
Tobias Kortkamp c767f350f4 emulators/gxemul: Update to 0.6.0.2
- Build with Clang
- Update WWW; the sf.net project is gone
- vga.h is now included with "../include/vga.h" so the conflict with
  svgalib should be gone
- Make sure various build dependencies are not accidentally auto-detected
- Add missing xterm dependency; gxemul tries to run xterm when run
  under X for serial console output
- Take maintainership

Changes:	http://gavare.se/gxemul/gxemul-stable/doc/RELEASE.html
2018-11-18 08:51:08 +00:00

21 lines
1015 B
Plaintext

GXemul is a free instruction-level machine emulator, emulating not only the
CPU, but also other hardware components, making it possible to use the emulator
to run unmodified operating systems such as NetBSD, OpenBSD, or Linux.
A few different machine types are emulated. The following machine types are
emulated well enough to run at least one "guest OS":
* ARM: CATS (NetBSD/cats, OpenBSD/cats), IQ80321 (NetBSD/evbarm), NetWinder
(NetBSD/netwinder)
* MIPS: DECstation 5000/200 (NetBSD/pmax, OpenBSD/pmax, Ultrix,
Linux/DECstation, Sprite), Acer Pica-61 (NetBSD/arc), NEC MobilePro 770,
780, 800, 880 (NetBSD/hpcmips), Cobalt (NetBSD/cobalt), Malta
(NetBSD/evbmips, Linux/Malta) Algorithmics P5064 (NetBSD/algor), SGI
O2 (aka IP32) (NetBSD/sgi)
* PowerPC: IBM 6050/6070 (PReP, PowerPC Reference Platform) (NetBSD/prep),
MacPPC (generic "G4" Macintosh) (NetBSD/macppc)
* SuperH: Sega Dreamcast (NetBSD/dreamcast, Linux/dreamcast),
Landisk (OpenBSD/landisk)
WWW: http://gavare.se/gxemul/