From c9ee77b8a20e63663b6ffa35b81f8164fefd319a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 3 Sep 2009 00:46:15 -0700 Subject: formatting tweaks --- proc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 2a878fa..96c19f5 100644 --- a/proc.c +++ b/proc.c @@ -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) -- cgit v1.2.3