summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShao Miller <shao.miller@yrdsb.edu.on.ca>2009-12-11 19:52:15 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-11 19:52:15 +0100
commit50e8504edee547ad9c9e8900550ec5c85b77435e (patch)
treee98750f6c7adc35c3ef8fbb00ba63eb03efa2b42
parenta34f4d5133f12beda4d5ed6ce923d1af82ec1652 (diff)
downloadsyslinux-50e8504edee547ad9c9e8900550ec5c85b77435e.tar.gz
memdisk: Fix mBFT alignment
Impact: Fixing mBFT alignment It was previously possible that the mBFT might not be 16-byte aligned because the .data section was not.
-rw-r--r--memdisk/memdisk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index a92bbda2..e1a0901b 100644
--- a/memdisk/memdisk.inc
+++ b/memdisk/memdisk.inc
@@ -938,7 +938,7 @@ writehex_common:
ret
%endif
- section .data
+ section .data align=16
alignb 2
Int13Funcs dw Reset ; 00h - RESET
dw GetStatus ; 01h - GET STATUS