]> git.pld-linux.org Git - packages/file.git/blame - file-msdos.patch
- add ref to source code
[packages/file.git] / file-msdos.patch
CommitLineData
04e0241b
JB
1--- file-4.25/magic/Magdir/msdos.orig 2008-07-19 21:53:45.598043088 +0200
2+++ file-4.25/magic/Magdir/msdos 2008-07-19 22:14:11.858041412 +0200
3@@ -5,14 +5,13 @@
a1878704
JB
4
5 # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
2adda200 6 # updated by Joerg Jenderek at Oct 2008
a1878704 7-0 string @
dada4a8e
JB
8->1 string/cW \ echo\ off DOS batch file text
9+0 string/cW @\ echo\ off DOS batch file text
04e0241b 10 !:mime text/x-msdos-batch
dada4a8e
JB
11->1 string/cW echo\ off DOS batch file text
12+0 string/cW @echo\ off DOS batch file text
04e0241b 13 !:mime text/x-msdos-batch
dada4a8e
JB
14->1 string/cW rem\ DOS batch file text
15+0 string/cW @rem\ DOS batch file text
04e0241b 16 !:mime text/x-msdos-batch
dada4a8e
JB
17->1 string/cW set\ DOS batch file text
18+0 string/cW @set\ DOS batch file text
04e0241b 19 !:mime text/x-msdos-batch
a1878704
JB
20
21
2adda200 22@@ -329,7 +329,7 @@
01aed2f7 23 #0 byte 0xb8 COM executable
2adda200 24 0 uleshort&0x80ff 0x00b8
a1878704 25 # modified by Joerg Jenderek
2adda200
AM
26->1 lelong !0x21cd4cff COM executable for DOS
27+#>1 lelong !0x21cd4cff COM executable for DOS
a1878704
JB
28 # http://syslinux.zytor.com/comboot.php
29 # (32-bit COMBOOT) programs *.C32 contain 32-bit code and run in flat-memory 32-bit protected mode
30 # start with assembler instructions mov eax,21cd4cffh
04e0241b 31@@ -334,27 +334,27 @@
a1878704
JB
32 # GRR search is not working
33 #2 search/28 \xcd\x21 COM executable for MS-DOS
01aed2f7 34 #WHICHFAT.cOM
a1878704 35-2 string \xcd\x21 COM executable for DOS
a1878704 36+#2 string \xcd\x21 COM executable for DOS
01aed2f7
ER
37 #DELTREE.cOM DELTREE2.cOM
38-4 string \xcd\x21 COM executable for DOS
a1878704 39+#4 string \xcd\x21 COM executable for DOS
01aed2f7
ER
40 #IFMEMDSK.cOM ASSIGN.cOM COMP.cOM
41-5 string \xcd\x21 COM executable for DOS
a1878704
JB
42+#5 string \xcd\x21 COM executable for DOS
43 #DELTMP.COm HASFAT32.cOM
44-7 string \xcd\x21
45->0 byte !0xb8 COM executable for DOS
46+#7 string \xcd\x21
47+#>0 byte !0xb8 COM executable for DOS
48 #COMP.cOM MORE.COm
49-10 string \xcd\x21
50->5 string !\xcd\x21 COM executable for DOS
51+#10 string \xcd\x21
52+#>5 string !\xcd\x21 COM executable for DOS
53 #comecho.com
54-13 string \xcd\x21 COM executable for DOS
55+#13 string \xcd\x21 COM executable for DOS
56 #HELP.COm EDIT.coM
57-18 string \xcd\x21 COM executable for MS-DOS
58+#18 string \xcd\x21 COM executable for MS-DOS
59 #NWRPLTRM.COm
60-23 string \xcd\x21 COM executable for MS-DOS
61+#23 string \xcd\x21 COM executable for MS-DOS
62 #LOADFIX.cOm LOADFIX.cOm
63-30 string \xcd\x21 COM executable for MS-DOS
64+#30 string \xcd\x21 COM executable for MS-DOS
65 #syslinux.com 3.11
66-70 string \xcd\x21 COM executable for DOS
67+#70 string \xcd\x21 COM executable for DOS
68 # many compressed/converted COMs start with a copy loop instead of a jump
69 0x6 search/0xa \xfc\x57\xf3\xa5\xc3 COM executable for MS-DOS
70 0x6 search/0xa \xfc\x57\xf3\xa4\xc3 COM executable for DOS
This page took 1.559175 seconds and 4 git commands to generate.