repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[tcp] Allow out-of-order receive queue to be discarded
[gpxe.git]
/
src
/
arch
/
i386
/
prefix
/
mbr.S
blob
adfe20410f4dba6fa1461aeb53ec8d2481fd48e3
1
.text
2
.arch i386
3
.section ".prefix", "awx", @progbits
4
.code16
5
.org 0
6
7
mbr:
8
movw $exec_sector, %bp
9
jmp find_active_partition
10
exec_sector:
11
ljmp $0x0000, $0x7c00
12
13
#include "bootpart.S"