fvmfile_command

The fvmfile_command contains a reference to a file to be loaded at the specified virtual address. (Presently, this command is reserved for internal use. The kernel ignores this command when loading a program into memory).

version(CoreDdoc)
struct fvmfile_command {}

Members

Variables

cmd
uint cmd;

LC_FVMFILE.

cmdsize
uint cmdsize;

Includes pathname string.

header_addr
uint header_addr;

Files virtual address.

name
lc_str name;

Files pathname.

Meta