diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2011-01-25 21:41:27 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2011-01-25 21:41:27 -0500 |
commit | 21a6bd16a9da7e559ea0d765039cd12ab2c9a38c (patch) | |
tree | 2ea47512d299dfb660cdb33efa388abe8917f56a /core | |
parent | 558087bfd62e8f74f58157e885cecc00feba836a (diff) | |
download | syslinux-21a6bd16a9da7e559ea0d765039cd12ab2c9a38c.tar.gz |
core/diskboot.inc: Update comments at top
There are more labels/constants needed plus I forgot some
Diffstat (limited to 'core')
-rw-r--r-- | core/diskboot.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/diskboot.inc b/core/diskboot.inc index 574db456..e68336d0 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 |