Rivoreo Source Code Repositories
src.rivoreo.one
/
emulators
/
v86
/
HEAD
/
.
/
tests
/
qemu
tree: de6acdc3ed57e40882392227b1efa56c8ac1f1b5 [
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