Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

task Struct Reference

The task structure. More...

#include <task.h>


Data Fields

tss_IO_t tss
word tss_sel
 MUST BE THE FIRST!!!

pid_t pid
size_t pl0_stack
size_t heap_start
size_t heap_size
byte state
task * father
int console
byte type
byte priority
char name [256]


Detailed Description

The task structure.

Definition at line 92 of file task.h.


Field Documentation

int task::console
 

Definition at line 101 of file task.h.

struct task* task::father
 

Definition at line 100 of file task.h.

size_t task::heap_size
 

Definition at line 98 of file task.h.

size_t task::heap_start
 

Definition at line 98 of file task.h.

char task::name[256]
 

Definition at line 104 of file task.h.

pid_t task::pid
 

Definition at line 96 of file task.h.

size_t task::pl0_stack
 

Definition at line 97 of file task.h.

byte task::priority
 

Definition at line 103 of file task.h.

byte task::state
 

Definition at line 99 of file task.h.

tss_IO_t task::tss
 

Definition at line 94 of file task.h.

word task::tss_sel
 

MUST BE THE FIRST!!!

Definition at line 95 of file task.h.

byte task::type
 

Definition at line 102 of file task.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 20 15:32:21 2004 for Minirighi by doxygen1.2.18