diff options
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ found: p->pid = nextpid++; release(&ptable.lock); - // Allocate kernel stack if possible. + // Allocate kernel stack. if((p->kstack = kalloc()) == 0){ p->state = UNUSED; return 0; |