v86/tests/qemu
2020-12-31 19:14:29 -06:00
..
compiler.h Squash 2020-07-21 20:10:12 -05:00
config-host.h first public release 2013-11-06 01:12:55 +01:00
LICENSE first public release 2013-11-06 01:12:55 +01:00
Makefile Squash 2020-07-21 20:10:12 -05:00
Readme.md Update testing readmes 2017-06-19 15:06:50 -05:00
run-qemu.js Make tests a bit more robust 2020-08-30 19:29:53 -05:00
run.js Add TEST_RELEASE_BUILD to run tests on release build 2020-08-30 19:37:15 -05:00
test-i386-code16.S first public release 2013-11-06 01:12:55 +01:00
test-i386-muldiv.h first public release 2013-11-06 01:12:55 +01:00
test-i386-shift.h more tests 2015-09-12 00:18:18 +02:00
test-i386-vm86.S first public release 2013-11-06 01:12:55 +01:00
test-i386.c Fix broken string test 2020-12-31 19:14:29 -06:00
test-i386.h more tests 2015-09-12 00:18:18 +02:00

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