[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
howtos:emulators:binfmt_misc [2013/01/06 00:01 (UTC)] – corrected date in REVIEWED COMMENT mfillpothowtos:emulators:binfmt_misc [2015/07/15 13:05 (UTC)] (current) – [Explanation] Formatting fix didierspaier
Line 11: Line 11:
   * **name** is the name of the binary format.   * **name** is the name of the binary format.
   * **type** is either **E** or **M**   * **type** is either **E** or **M**
-  ** If it is **E**, the executable file format is identified by its filename extension: **magic** is the file extension to be associated with the binary format; **offset** and **mask** are ignored. +    * If it is **E**, the executable file format is identified by its filename extension: **magic** is the file extension to be associated with the binary format; **offset** and **mask** are ignored. 
-  ** If it is **M**, the format is identified by **magic** number at an absolute **offset** in the file and **mask** is a bitmask indicating which bits in the number are significant.+    * If it is **M**, the format is identified by **magic** number at an absolute **offset** in the file and **mask** is a bitmask indicating which bits in the number are significant.
   * **interpreter** is a program that is to be run with the matching file as an argument.   * **interpreter** is a program that is to be run with the matching file as an argument.
  
 howtos:emulators:binfmt_misc ()