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

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

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.