An integral x86 PC emulator with built-in debugger
// readme
NXVM
Neko’s x86 Virtual Machine is a portable x86 PC emulator with an integrated debugger. NXVM is the repository’s current, bootable whole-machine product. Its codebase is also being evolved into a shared, evidence-led machine foundation for the future NXVDM DOS application product; NXVDM is not yet a runnable release product.
Introduction
NXVM emulates an Intel 80386 PC with the machine services needed for the current product: RAM, DMA, PIC, floppy and hard disks, keyboard, display, BIOS behavior, and a debugger. It is useful both as a bootable virtual machine and as a controlled environment for examining legacy x86 software.
The screenshots below are historical NXVM product captures retained from the original project README. They illustrate the product’s lineage; they are not current compatibility claims and include no guest media or executables.
Platform
Windows
NXVM provides Console and application-window presentation paths. The windowed path keeps the NXVM control Console separate from the guest display.
Linux
Linux support uses the terminal presentation path. It remains a development and verification surface; see the project documentation for…