mirror of
https://github.com/drasko/codezero.git
synced 2026-03-30 16:59:03 +02:00
Wrote the bits that would fill in arg/env info to first page of task stack.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user