]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/kvm/tests/kernel/README
Merge branch 'linus'
[karo-tx-linux.git] / tools / kvm / tests / kernel / README
1 Compiling
2 ---------
3
4 You can simply type:
5
6   $ make
7
8 to build a 16-bit binary that uses the i8086 instruction set.
9
10 Disassembling
11 -------------
12
13 Use the "-m i8086" command line option with objdump to make sure it knows we're
14 dealing with i8086 instruction set:
15
16   $ objdump -d -m i8086 i8086.elf