Skip to content
Snippets Groups Projects
Commit c9ee77b8 authored by Russ Cox's avatar Russ Cox
Browse files

formatting tweaks

parent d26025d1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -73,7 +73,8 @@ trap(struct trapframe *tf)
cpu->id, tf->cs, tf->eip);
lapiceoi();
break;
//PAGEBREAK: 13
default:
if(proc == 0 || (tf->cs&3) == 0){
// In kernel, it must be our mistake.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment