From 4d459d16f68ebcd8fbac96bf505db5bd1ac337db Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 13 Feb 2008 10:58:29 -0800 Subject: [PATCH] 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. --- extlinux.asm | 2 -- isolinux.asm | 2 -- pxelinux.asm | 5 +++-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/extlinux.asm b/extlinux.asm index 1929b16..232a58f 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 3a8a6ee..81caf76 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 f52b787..7237fff 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 -- 2.7.4