资 源 简 介
Sourcecode for implementation of a graphical frontend for the popular x68 emulator Bochs (http://bochs.sourceforge.net). It runs under an X-window, using Xlib.
The bochs code is not included, because it is huge. This GUI has been detached from the bochs backend, as a demo standalone frontend, with faked data -- to simulate a working bochs backend.
Compile with:
gcc enh_dbg.cc -lpthread pkg-config --libs --cflags gtk+-2.0
You will need MANY packages in order to compile the GTK code.