Skip to content

Commit

Permalink
Nice layout for a printout of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaashoek committed Aug 29, 2014
1 parent ac83a21 commit 74c77da
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,6 @@ brelse(struct buf *b)

release(&bcache.lock);
}
//PAGEBREAK!
// Blank page.

3 changes: 3 additions & 0 deletions file.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ struct devsw {
extern struct devsw devsw[];

#define CONSOLE 1

//PAGEBREAK!
// Blank page.
3 changes: 0 additions & 3 deletions log.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,3 @@ log_write(struct buf *b)
b->flags |= B_DIRTY; // prevent eviction
}

//PAGEBREAK!
// Blank page.

5 changes: 4 additions & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ pde_t entrypgdir[NPDENTRIES] = {

//PAGEBREAK!
// Blank page.

//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
2 changes: 2 additions & 0 deletions mp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion runoff.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
Expand Down
8 changes: 8 additions & 0 deletions vm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 74c77da

Please sign in to comment.