summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-13 10:58:29 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-13 10:58:29 -0800
commit4d459d16f68ebcd8fbac96bf505db5bd1ac337db (patch)
treefa9a8463a1b42d0555280cc1fd146281a35efebf
parentda3fc0db1ed49ee3e5a93260d644a598e5f38de3 (diff)
downloadsyslinux-4d459d16f68ebcd8fbac96bf505db5bd1ac337db.tar.gz
Correct comment specific to SYSLINUX in the other derivatives
There was a comment which applied to SYSLINUX that had been copied verbatim to the other derivatives; fix.
-rw-r--r--extlinux.asm2
-rw-r--r--isolinux.asm2
-rw-r--r--pxelinux.asm5
3 files changed, 3 insertions, 6 deletions
diff --git a/extlinux.asm b/extlinux.asm
index 1929b169..232a58f3 100644
--- a/extlinux.asm
+++ b/extlinux.asm
@@ -1289,8 +1289,6 @@ mangle_name:
; unmangle_name: Does the opposite of mangle_name; converts a DOS-mangled
; filename to the conventional representation. This is needed
; for the BOOT_IMAGE= parameter for the kernel.
-; NOTE: A 13-byte buffer is mandatory, even if the string is
-; known to be shorter.
;
; DS:SI -> input mangled file name
; ES:DI -> output buffer
diff --git a/isolinux.asm b/isolinux.asm
index 3a8a6eed..81caf766 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -1404,8 +1404,6 @@ mangle_name:
; unmangle_name: Does the opposite of mangle_name; converts a DOS-mangled
; filename to the conventional representation. This is needed
; for the BOOT_IMAGE= parameter for the kernel.
-; NOTE: A 13-byte buffer is mandatory, even if the string is
-; known to be shorter.
;
; DS:SI -> input mangled file name
; ES:DI -> output buffer
diff --git a/pxelinux.asm b/pxelinux.asm
index f52b787a..7237fff4 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -1490,8 +1490,9 @@ mangle_name:
; unmangle_name: Does the opposite of mangle_name; converts a DOS-mangled
; filename to the conventional representation. This is needed
; for the BOOT_IMAGE= parameter for the kernel.
-; NOTE: A 13-byte buffer is mandatory, even if the string is
-; known to be shorter.
+;
+; NOTE: The output buffer needs to be able to hold an
+; expanded IP address.
;
; DS:SI -> input mangled file name
; ES:DI -> output buffer