A new Bochs-like PC emulator focusing on clean code and functionality.

Melissa Goad 207630b7e2 Add more info to the README 5 years ago
src ca19979d4e Run clang-format with a better config this time, and fix a couple of dumb things 5 years ago
.clang-format ca19979d4e Run clang-format with a better config this time, and fix a couple of dumb things 5 years ago
CMakeLists.txt 79dd37d1c6 Add CMake and fix typos and bugs 5 years ago
LICENSE.md f3d5d5b235 Change license 5 years ago
Makefile 5290aee9bf First semi-working revision 5 years ago
README.md 207630b7e2 Add more info to the README 5 years ago
format.sh ca19979d4e Run clang-format with a better config this time, and fix a couple of dumb things 5 years ago

README.md

multibox

A new Bochs-like PC emulator focusing on clean code and functionality.

No 386 emulator has ever had all of the full functionality of a real 386, or been usable as a reference implementation of a 386 CPU in software.

multibox intends to be an emulator that is capable of this.

Licensing

This emulator is under the AGPLv3+ license.