Wrote the bits that would fill in arg/env info to first page of task stack.

This commit is contained in:
Bahadir Balban
2008-02-28 00:40:43 +00:00
parent e7b0e46065
commit 5b7bb88008
3 changed files with 20 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ struct tcb {
unsigned long args_end;
/* UTCB address */
unsigned long utcb_addr;
unsigned long utcb_address;
/* Virtual memory areas */
struct list_head vm_area_list;