mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
The following files were moved to different names: - file.man -> file.1 - magic.man -> magic.5 The following file was removed: - Magdir/Makefile
8 lines
217 B
Text
8 lines
217 B
Text
#
|
|
# Various MS-DOS magic numbers
|
|
#
|
|
0 string MZ DOS executable (EXE)
|
|
0 string LZ DOS executable (built-in)
|
|
0 byte 0xe9 DOS executable (COM)
|
|
0 byte 0xeb DOS executable (COM)
|
|
0 byte 0xf0 MS-DOS program library
|