Files
kvmtool/tests/pit
Cyrill Gorcunov 79241bb628 kvm, tests: Use motherboard specific ports for testing
H. Peter Anvin suggested to use motherboard specific ports
for testing instead of ones well known. Thanks, Peter!

Reported-by: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2015-06-01 16:39:39 +01:00
..
2015-06-01 16:39:39 +01:00

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Compiling
---------

You can simply type:

  $ make

to build a 16-bit binary that uses the i8086 instruction set.

Disassembling
-------------

Use the "-m i8086" command line option with objdump to make sure it knows we're
dealing with i8086 instruction set:

  $ objdump -d -m i8086 i8086.elf