mirror of
https://github.com/drasko/codezero.git
synced 2026-04-02 01:59:05 +02:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user