pcb_t Struct Reference
[Fs]

Program Control Block. More...

#include <pcb.h>


Data Fields

int argc
 Number of command-line arguments.
char ** argv
 Command-line arguments.
char * cwd
 Current working directory.
void * dynamic
 Pointer to ELF dynamic section of the program.
entry_point_t entry
 Program entry point.
int filc
 Number of preset files.
fdi_node_t ** filv
 Preset files.
void * rtld_runtime
 Pointer to dynamic linker state structure (runtime_env_t).


Detailed Description

Program Control Block.

Holds pointers to data passed from the program loader to the program and/or to the dynamic linker. This includes the program entry point, arguments, environment variables etc.

Definition at line 51 of file pcb.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:45:59 2011 for HelenOS/USB by  doxygen 1.4.7