Skip to content
Snippets Groups Projects
Commit 74c77da6 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

Nice layout for a printout of the code

parent ac83a21a
No related branches found
No related tags found
No related merge requests found
......@@ -138,4 +138,6 @@ brelse(struct buf *b)
release(&bcache.lock);
}
//PAGEBREAK!
// Blank page.
......@@ -36,3 +36,6 @@ struct devsw {
extern struct devsw devsw[];
#define CONSOLE 1
//PAGEBREAK!
// Blank page.
......@@ -227,6 +227,3 @@ log_write(struct buf *b)
b->flags |= B_DIRTY; // prevent eviction
}
//PAGEBREAK!
// Blank page.
......@@ -113,4 +113,7 @@ pde_t entrypgdir[NPDENTRIES] = {
//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
......@@ -52,3 +52,5 @@ struct mpioapic { // I/O APIC table entry
#define MPIOINTR 0x03 // One per bus interrupt source
#define MPLINTR 0x04 // One per system interrupt source
//PAGEBREAK!
// Blank page.
# Is sheet 01 (after the TOC) a left sheet or a right sheet?
sheet1: right
sheet1: left
# "left" and "right" specify which page of a two-page spread a file
# must start on. "left" means that a file must start on the first of
......
......@@ -376,3 +376,11 @@ copyout(pde_t *pgdir, uint va, void *p, uint len)
}
return 0;
}
//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
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