[syslinux:pathbased] core: align the EPA

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sun Jun 20 17:09:23 PDT 2010


Commit-ID:  a33cde794a988d725ce1dc1bd2d79d5213d38cbf
Gitweb:     http://syslinux.zytor.com/commit/a33cde794a988d725ce1dc1bd2d79d5213d38cbf
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sun, 20 Jun 2010 17:03:38 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sun, 20 Jun 2010 17:07:58 -0700

core: align the EPA

Align the Extended Patch Area.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/diskstart.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/core/diskstart.inc b/core/diskstart.inc
index c21c9e2..f557098 100644
--- a/core/diskstart.inc
+++ b/core/diskstart.inc
@@ -449,6 +449,7 @@ EPAPtr		dw EPA - LDLINUX_SYS	; Pointer to the extended patch area
 ; the first sector itself.
 ;
 		section .data16
+		alignz 2
 EPA:
 ADVSecPtr	dw ADVSec0 - LDLINUX_SYS
 CurrentDirPtr	dw CurrentDirName-LDLINUX_SYS	; Current directory name string



More information about the Syslinux-commits mailing list