[syslinux:master] diskstart: Add a pointer to the syslinux_banner to the EPA

syslinux-bot for H. Peter Anvin hpa at linux.intel.com
Mon Apr 4 17:42:02 PDT 2011


Commit-ID:  868c474546ba68e9e448734e1833f873fd50ec0a
Gitweb:     http://syslinux.zytor.com/commit/868c474546ba68e9e448734e1833f873fd50ec0a
Author:     H. Peter Anvin <hpa at linux.intel.com>
AuthorDate: Mon, 4 Apr 2011 17:38:18 -0700
Committer:  H. Peter Anvin <hpa at linux.intel.com>
CommitDate: Mon, 4 Apr 2011 17:40:59 -0700

diskstart: Add a pointer to the syslinux_banner to the EPA

For the benefit of third-party tools, add a pointer to the
syslinux_banner in the extended patch area.

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


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

diff --git a/core/diskstart.inc b/core/diskstart.inc
index d2154d9..02505a6 100644
--- a/core/diskstart.inc
+++ b/core/diskstart.inc
@@ -76,6 +76,11 @@ Sect1Ptr1Ptr	dw Sect1Ptr1 - bootsec
 RAIDPatchPtr	dw kaboom.again - bootsec	; Patch to INT 18h in RAID mode
 
 ;
+; Pointer to the Syslinux banner
+;
+BannerPtr	dw syslinux_banner - LDLINUX_SYS
+
+;
 ; Base directory name and subvolume, if applicable.
 ;
 %define HAVE_CURRENTDIRNAME



More information about the Syslinux-commits mailing list