futex and rlimit

This commit is contained in:
Balazs Gerofi
2012-05-08 18:32:43 +09:00
parent c3463e7393
commit a7c0225423
17 changed files with 1534 additions and 65 deletions

View File

@@ -45,7 +45,7 @@ static void process_msg_prepare_process(unsigned long rphys)
+ sizeof(struct program_image_section) * n);
proc = create_process(p->entry);
proc->pid = p->pid;
proc->pid = 1024;
/* TODO: Clear it at the proper timing */
cpu_local_var(scp).post_idx = 0;