Back to the same fs0 bug point as before, but environment, disjoint utcb addresses

and passing of utcb address information via the environment are implemented.
This commit is contained in:
Bahadir Balban
2008-02-29 12:33:53 +00:00
parent 617d24b4f0
commit 55117c600b
10 changed files with 65 additions and 47 deletions

View File

@@ -63,10 +63,6 @@ struct tcb {
/* UTCB address */
unsigned long utcb_address;
/* Temporary storage for environment data */
void *env_data;
unsigned long env_size;
/* Per-task environment file */
struct vm_file *env_file;