From b4177b65e596e4482adac3350e6e89f74f0bc02f Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 7 Mar 2010 17:08:10 +0000 Subject: [PATCH] From: "Sebastian Herbszt" for SYSLINUX4 --- magic/Magdir/msdos | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/msdos b/magic/Magdir/msdos index ee7bd91e..64cd3929 100644 --- a/magic/Magdir/msdos +++ b/magic/Magdir/msdos @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: msdos,v 1.66 2010/02/23 23:37:42 christos Exp $ +# $File: msdos,v 1.67 2010/03/07 17:08:10 christos Exp $ # msdos: file(1) magic for MS-DOS files # @@ -341,6 +341,9 @@ # start with assembler instructions mov eax,21cd4cffh 0 uleshort&0xc0ff 0xc0b8 >1 lelong 0x21cd4cff COM executable (32-bit COMBOOT) +# start with assembler instructions mov eax,21cd4cfeh +0 uleshort&0xc0ff 0xc0b8 +>1 lelong 0x21cd4cfe COM executable (32-bit COMBOOT, relocatable) 0 string \x81\xfc >4 string \x77\x02\xcd\x20\xb9 >>36 string UPX! FREE-DOS executable (COM), UPX compressed -- 2.50.1