Sign in
qemu
/
ipxe
/
6ba671acd922ee046b257c5119b8a0f64d275473
/
.
/
src
/
arch
/
x86
/
prefix
/
mbr.S
blob: 032c0e775f12021ad6772c2198084e6fa0cb53f7 [
file
] [
log
] [
blame
]
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
)
.text
.arch i386
.section
".prefix"
,
"awx"
,
@
progbits
.code16
.org
0
.globl mbr
mbr
:
movw
$
exec_sector
,
%bp
jmp find_active_partition
exec_sector
:
ljmp
$
0x0000
,
$
0x7c00
#include "bootpart.S"