]> granicus.if.org Git - file/commitdiff
Fix an offset and some commented magic
authorReuben Thomas <rrt@sc3d.org>
Mon, 11 Feb 2008 02:14:23 +0000 (02:14 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 11 Feb 2008 02:14:23 +0000 (02:14 +0000)
magic/Magdir/filesystems
magic/Magdir/msdos

index da7d481f8ca951adad84a32ac19b907dcf8890a5..4bc50c1073b76e8c9595b98a80ecef7f52943a13 100644 (file)
 
 # Minix filesystems - Juan Cespedes <cespedes@debian.org>
 0x410  leshort         0x137f          Minix filesystem
-0x410  beshort         0x137f          Minix filesystem (big endian),
+0x410  beshort         0x137f          Minix filesystem (big endian)
 >0x402 beshort         !0              \b, %d zones
 >0x1e  string          minix           \b, bootable
 0x410  leshort         0x138f          Minix filesystem, 30 char names
index 9ea81b981d6ea4982d94959dcd9b0e98d50957ca..6544663ddd05dca5316d51e0b04172a70fd4b872 100644 (file)
 
 # Using the existence of the Backing File Offset to Branch or not
 # to read Backing File Information
->>0xc    belong  >0      , Backing File( Offset: %d
+>>0xc    belong  >0      , Backing File( Offset: %lu
 >>>(0xc.L)       string >\0     , Path: %s
 
-# Didnt got the Trick here how qemu stores the "Size" at this Position
+# Didn't get the trick here how qemu stores the "Size" at this Position
 # There is actually something stored but nothing makes sense
 # The header in the sources talks about it
-#>>>16   lelong  x       , Size: %d
+#>>>16   lelong  x       , Size: %lu
 
 # Modification time of the Backing File
-# Really usefull if you want to know if your backing
+# Really useful if you want to know if your backing
 # file is still usable together with this image
 >>>20    bedate x       , Mtime: %s )
 
-# Dont know how to calculate in Magicfiles
+# Don't know how to calculate in Magicfiles
 # Also: this Information is not reliably
 #       stored in image-files
 >>24     lelong  x       , Disk Size could be: %d * 256 bytes