A simulator for ARM, MIPS, Motorola 88K, PowerPC, and SuperH.
GXemul is a framework for full-system computer architecture emulation. Several real machines have been implemented within the framework, consisting of processors (ARM, MIPS, Motorola 88K, PowerPC, and SuperH) and surrounding hardware components such as framebuffers, interrupt controllers, busses, disk controllers, and serial controllers.
GXemul is a framework for full-system computer architecture emulation. Several real machines have been implemented within the framework, consisting of processors (ARM, MIPS, Motorola 88K, PowerPC, and SuperH) and surrounding hardware components such as framebuffers, interrupt controllers, busses, disk controllers, and serial controllers.
To install gxemul, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gxemul
To see what files were installed by gxemul, run:
port contents gxemul
To later upgrade gxemul, run:
sudo port selfupdate && sudo port upgrade gxemul
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.