BinFmt
Defined in: src/fs/exec.ts:31
A way of loading a program, like struct linux_binfmt.
Properties
Section titled “Properties”interpreter?
Section titled “interpreter?”
optionalinterpreter?:string
Defined in: src/fs/exec.ts:35
What runs a program of this format, or nothing when the program runs itself
name:
string
Defined in: src/fs/exec.ts:32
Methods
Section titled “Methods”load()?
Section titled “load()?”
optionalload(prm):void
Defined in: src/fs/exec.ts:37
Rewrite what is being loaded, the way a #! line does. The search then starts over on the new program.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
matches()
Section titled “matches()”matches(
prm):boolean
Defined in: src/fs/exec.ts:33
Parameters
Section titled “Parameters”Returns
Section titled “Returns”boolean