[syslinux:pathbased] core: page-align .earlybss

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sat Mar 6 21:33:07 PST 2010


Commit-ID:  0c3c228dcad61d9a47e19c05d2f84ae9f84bc864
Gitweb:     http://syslinux.zytor.com/commit/0c3c228dcad61d9a47e19c05d2f84ae9f84bc864
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sat, 6 Mar 2010 21:30:56 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sat, 6 Mar 2010 21:30:56 -0800

core: page-align .earlybss

Leave the entire first page unmolested.

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


---
 core/syslinux.ld |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/core/syslinux.ld b/core/syslinux.ld
index 90f26f1..c07242d 100644
--- a/core/syslinux.ld
+++ b/core/syslinux.ld
@@ -31,7 +31,7 @@ SECTIONS
 	}
 
 	/* "Early" sections (before the load) */
-	. = 0x0800;
+	. = 0x1000;
 
 	.earlybss : {
 		__earlybss_start = .;



More information about the Syslinux-commits mailing list