From a77287e9244ae5dac7060c0b8817bc195325af0c Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 24 Jul 2019 13:33:43 -0400 Subject: no more PAGEBREAK --- kernel/proc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'kernel/proc.c') diff --git a/kernel/proc.c b/kernel/proc.c index 5ce31c7..57cefe4 100644 --- a/kernel/proc.c +++ b/kernel/proc.c @@ -83,7 +83,6 @@ allocpid() { return pid; } -//PAGEBREAK: 32 // Look in the process table for an UNUSED proc. // If found, initialize state required to run in the kernel, // and return with p->lock held. @@ -192,7 +191,6 @@ uchar initcode[] = { 0x00, 0x00, 0x00 }; -//PAGEBREAK: 32 // Set up first user process. void userinit(void) @@ -405,7 +403,6 @@ wait(void) } } -//PAGEBREAK: 42 // Per-CPU process scheduler. // Each CPU calls scheduler() after setting itself up. // Scheduler never returns. It loops, doing: -- cgit v1.2.3