Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
v86
/
e764ca213a184ad1eff773ef117220ffc81f7f93
/
.
/
tests
/
qemu
tree: 856cb26784df8f55dbc0670f16bc17314580d1d2 [
path history
]
[
download
]
LICENSE
Makefile
Readme.md
compiler.h
config-host.h
run.js
test-i386-code16.S
test-i386-muldiv.h
test-i386-shift.h
test-i386-vm86.S
test-i386.c
test-i386.h
tests/qemu/Readme.md
How to run:
Obtain the
linux3.iso
image (see
Readme.md
)
Run
make test-i386
Get the result on the host:
./test-386 > reference
Get the result from the VM:
./run.js > result
The difference should be empty:
diff reference result