These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / ipxe / src / arch / i386 / prefix / mbr.S
1 FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
2
3         .text
4         .arch i386
5         .section ".prefix", "awx", @progbits
6         .code16
7         .org 0
8
9 mbr:
10         movw    $exec_sector, %bp
11         jmp     find_active_partition
12 exec_sector:
13         ljmp    $0x0000, $0x7c00
14
15 #include "bootpart.S"