aboutsummaryrefslogtreecommitdiffstats
path: root/core/isolinux.asm
diff options
context:
space:
mode:
authorLiu Aleaxander <Aleaxander@gmail.com>2009-08-08 17:39:43 +0800
committerLiu Aleaxander <Aleaxander@gmail.com>2009-08-08 17:39:43 +0800
commit363bb72fd5fa66efeadb03e123ecd99b1a381126 (patch)
treeae64b29b7fa72b30123b44263be9accc1f92292b /core/isolinux.asm
parentde0b71af1e9d141c3234aa10376d5bcf79e47c55 (diff)
downloadsyslinux-363bb72fd5fa66efeadb03e123ecd99b1a381126.tar.gz
Core: unmangle_name converted
Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Diffstat (limited to 'core/isolinux.asm')
-rw-r--r--core/isolinux.asm15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index 41777d79..21e74740 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1329,21 +1329,6 @@ is_disk_image:
.done_sector: ret
-;
-; 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.
-;
-; DS:SI -> input mangled file name
-; ES:DI -> output buffer
-;
-; On return, DI points to the first byte after the output name,
-; which is set to a null byte.
-;
-unmangle_name: call strcpy
- dec di ; Point to final null byte
- ret
-
; -----------------------------------------------------------------------------
; Common modules