tree: de6acdc3ed57e40882392227b1efa56c8ac1f1b5 [path history] [download]
  1. LICENSE
  2. Makefile
  3. Readme.md
  4. compiler.h
  5. config-host.h
  6. run.js
  7. test-i386-code16.S
  8. test-i386-muldiv.h
  9. test-i386-shift.h
  10. test-i386-vm86.S
  11. test-i386.c
  12. 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