Deleted Added
full compact
linux (186691) linux (192350)
1#------------------------------------------------------------------------------
2# linux: file(1) magic for Linux files
3#
4# Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com>
5# The following basic Linux magic is useful for reference, but using
6# "long" magic is a better practice in order to avoid collisions.
7#
8# 2 leshort 100 Linux/i386

--- 70 unchanged lines hidden (view full) ---

79# Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
80# and others such as Axel Kohlmeyer <akohlmey@rincewind.chemie.uni-ulm.de>
81# and Nicol�s Lichtmaier <nick@debian.org>
82# All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
83# Linux kernel boot images (i386 arch) (Wolfram Kleff)
84514 string HdrS Linux kernel
85>510 leshort 0xAA55 x86 boot executable
86>>518 leshort >0x1ff
1#------------------------------------------------------------------------------
2# linux: file(1) magic for Linux files
3#
4# Values for Linux/i386 binaries, from Daniel Quinlan <quinlan@yggdrasil.com>
5# The following basic Linux magic is useful for reference, but using
6# "long" magic is a better practice in order to avoid collisions.
7#
8# 2 leshort 100 Linux/i386

--- 70 unchanged lines hidden (view full) ---

79# Linux kernel boot images, from Albert Cahalan <acahalan@cs.uml.edu>
80# and others such as Axel Kohlmeyer <akohlmey@rincewind.chemie.uni-ulm.de>
81# and Nicol�s Lichtmaier <nick@debian.org>
82# All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
83# Linux kernel boot images (i386 arch) (Wolfram Kleff)
84514 string HdrS Linux kernel
85>510 leshort 0xAA55 x86 boot executable
86>>518 leshort >0x1ff
87>>529 byte 0 zImage,
87>>>529 byte 0 zImage,
88>>>529 byte 1 bzImage,
89>>>(526.s+0x200) string >\0 version %s,
90>>498 leshort 1 RO-rootFS,
91>>498 leshort 0 RW-rootFS,
92>>508 leshort >0 root_dev 0x%X,
93>>502 leshort >0 swap_dev 0x%X,
94>>504 leshort >0 RAMdisksize %u KB,
95>>506 leshort 0xFFFF Normal VGA

--- 169 unchanged lines hidden ---
88>>>529 byte 1 bzImage,
89>>>(526.s+0x200) string >\0 version %s,
90>>498 leshort 1 RO-rootFS,
91>>498 leshort 0 RW-rootFS,
92>>508 leshort >0 root_dev 0x%X,
93>>502 leshort >0 swap_dev 0x%X,
94>>504 leshort >0 RAMdisksize %u KB,
95>>506 leshort 0xFFFF Normal VGA

--- 169 unchanged lines hidden ---