My Kernel v0.1.0

An executable file format.

#include <execfmt.h>

Data Fields

const char * name
 Format's name.
 
bool(* match )(const void *)
 Check whether an executable file is of the given format.
 
error_t(* load )(struct executable *, void *)
 Load an executable file in memory.
 

The documentation for this struct was generated from the following file: