/[hurd]/hurd-l4/wortel/wortel.c
ViewVC logotype

Diff of /hurd-l4/wortel/wortel.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by neal, Tue Jan 11 18:15:26 2005 UTC revision 1.38 by marcus, Tue Jan 25 23:54:58 2005 UTC
# Line 722  start_elf (unsigned int mod) Line 722  start_elf (unsigned int mod)
722                                             l4_utcb_area_size_log2 ());                                             l4_utcb_area_size_log2 ());
723    phys_startup->argz = argz_len ? STARTUP_TO_VIRT (argz) : NULL;    phys_startup->argz = argz_len ? STARTUP_TO_VIRT (argz) : NULL;
724    phys_startup->argz_len = argz_len;    phys_startup->argz_len = argz_len;
725      phys_startup->envz = NULL;
726      phys_startup->envz_len = 0;
727    phys_startup->wortel.server = l4_my_global_id ();    phys_startup->wortel.server = l4_my_global_id ();
728    phys_startup->wortel.cap_handle = wortel_add_user (mods[mod].task_id);    phys_startup->wortel.cap_handle = wortel_add_user (mods[mod].task_id);
729    phys_startup->task.server = mods[MOD_TASK].server_thread;    phys_startup->task.server = mods[MOD_TASK].server_thread;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26