copy 258eb359f1 Enable fxsave test. Replace constants that can't be represented in 64 bits 7 jaren geleden
..
LICENSE 8180d49f24 first public release 11 jaren geleden
Makefile e2cebe1130 qemu test: Add -mno-sse (fix for travis) 7 jaren geleden
Readme.md 016005fa20 Update testing readmes 7 jaren geleden
compiler.h 8180d49f24 first public release 11 jaren geleden
config-host.h 8180d49f24 first public release 11 jaren geleden
run.js 323d7ef255 Run qemu test on command line, add it to travis 7 jaren geleden
test-i386-code16.S 8180d49f24 first public release 11 jaren geleden
test-i386-muldiv.h 8180d49f24 first public release 11 jaren geleden
test-i386-shift.h 0b2628e22a more tests 9 jaren geleden
test-i386-vm86.S 8180d49f24 first public release 11 jaren geleden
test-i386.c 258eb359f1 Enable fxsave test. Replace constants that can't be represented in 64 bits 7 jaren geleden
test-i386.h 0b2628e22a more tests 9 jaren geleden

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