git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b608d2
)
[x86 setup] EDD: Fix the computation of the MBR sector buffer
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 31 Jul 2007 20:17:13 +0000
(16:17 -0400)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 31 Jul 2007 20:18:05 +0000
(16:18 -0400)
Some BIOSes require that sector buffers not cross 64K
boundaries. As a result, we compute a dynamic address on the
setup heap. Unfortunately, this address computation was just
totally wrong.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
No differences found