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
kvm tools: Add ivshmem device
[linux-2.6/next.git]
/
tools
/
kvm
/
bios
/
bios-rom.S
blob
dc52b1e61bc8d8f339980af3df007bca68cd3dc8
1
#include <kvm/assembly.h>
2
3
.org 0
4
#ifdef CONFIG_X86_64
5
.code64
6
#else
7
.code32
8
#endif
9
10
GLOBAL(bios_rom)
11
.incbin "bios/bios.bin"
12
END(bios_rom)