Correct comment specific to SYSLINUX in the other derivatives
authorH. Peter Anvin <hpa@zytor.com>
Wed, 13 Feb 2008 18:58:29 +0000 (10:58 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 13 Feb 2008 18:58:29 +0000 (10:58 -0800)
There was a comment which applied to SYSLINUX that had been copied
verbatim to the other derivatives; fix.

extlinux.asm
isolinux.asm
pxelinux.asm

index 1929b16..232a58f 100644 (file)
@@ -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
index 3a8a6ee..81caf76 100644 (file)
@@ -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
index f52b787..7237fff 100644 (file)
@@ -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