repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add linux-next specific files for 20110831
[linux-2.6/next.git]
/
tools
/
kvm
/
tests
/
pit
/
README
blob
2923777e6d654510116fd5ad3282a22ec09c286e
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