diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-04-05 13:58:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-04-05 13:58:30 -0700 |
commit | e0ef82433f1e67ca6de2492177900f104a3bc6c8 (patch) | |
tree | 29149f9374b3417a422009909a6331a1dc31a947 | |
parent | 851b968489f2d31b0dd0dd07055656e59fa92404 (diff) | |
parent | 868c474546ba68e9e448734e1833f873fd50ec0a (diff) | |
download | syslinux-e0ef82433f1e67ca6de2492177900f104a3bc6c8.tar.gz |
Merge commit 'syslinux-4.04-pre22' into dynamic-sector
-rw-r--r-- | core/diskstart.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/diskstart.inc b/core/diskstart.inc index db4955f7..71cdaee5 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 |