diff options
author | Russ Cox <rsc@x40.(none)> | 2009-09-03 00:46:15 -0700 |
---|---|---|
committer | Russ Cox <rsc@x40.(none)> | 2009-09-03 00:46:15 -0700 |
commit | c9ee77b8a20e63663b6ffa35b81f8164fefd319a (patch) | |
tree | 505682cc8c186183e33250e07739954d844684f8 /proc.c | |
parent | d26025d12463a902133bdc5b60d377d473294a8d (diff) | |
download | xv6-labs-c9ee77b8a20e63663b6ffa35b81f8164fefd319a.tar.gz xv6-labs-c9ee77b8a20e63663b6ffa35b81f8164fefd319a.tar.bz2 xv6-labs-c9ee77b8a20e63663b6ffa35b81f8164fefd319a.zip |
formatting tweaks
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -94,7 +94,7 @@ usegment(void) popcli(); } -//PAGEBREAK: 15 +//PAGEBREAK: 32 // Look in the process table for an UNUSED proc. // If found, change state to EMBRYO and return it. // Otherwise return 0. @@ -139,6 +139,7 @@ found: return p; } +//PAGEBREAK: 32 // Set up first user process. void userinit(void) |