[syslinux:master] core/diskboot.inc: Update comments at top

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Mar 2 15:12:30 PST 2011


Commit-ID:  21a6bd16a9da7e559ea0d765039cd12ab2c9a38c
Gitweb:     http://syslinux.zytor.com/commit/21a6bd16a9da7e559ea0d765039cd12ab2c9a38c
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Tue, 25 Jan 2011 21:41:27 -0500
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Tue, 25 Jan 2011 21:41:27 -0500

core/diskboot.inc: Update comments at top

There are more labels/constants needed plus I forgot some


---
 core/diskboot.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/core/diskboot.inc b/core/diskboot.inc
index 574db45..e68336d 100644
--- a/core/diskboot.inc
+++ b/core/diskboot.inc
@@ -16,7 +16,9 @@
 ;
 ; Common boot sector code for harddisk-based Syslinux derivatives.
 ;
-; Requires z[bwd] macros and STACK_TOP, Sect1Ptr[01]_VAL constants
+; Requires macros z[bwd], labels ldlinux_ent, ldlinux_magic, ldlinux_sys
+; and constants BS_MAGIC_VER, LDLINUX_MAGIC, retry_count, Sect1Ptr[01]_VAL,
+; STACK_TOP
 ;
 
 		section .init



More information about the Syslinux-commits mailing list