]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Nice layout for a printout of the code
authorFrans Kaashoek <kaashoek@mit.edu>
Fri, 29 Aug 2014 21:06:49 +0000 (17:06 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Fri, 29 Aug 2014 21:06:49 +0000 (17:06 -0400)
bio.c
file.h
log.c
main.c
mp.h
runoff.spec
vm.c

diff --git a/bio.c b/bio.c
index 916968d3b1e144029828dce9955027b9178d5860..6a28053ea6602134eaeda43123f27627e33211fb 100644 (file)
--- a/bio.c
+++ b/bio.c
@@ -138,4 +138,6 @@ brelse(struct buf *b)
 
   release(&bcache.lock);
 }
+//PAGEBREAK!
+// Blank page.
 
diff --git a/file.h b/file.h
index c02f76c5e8195b9501adc12c89042fab385d84a7..5a4a463223a0a8fa9e89ba501334f9202d08a757 100644 (file)
--- a/file.h
+++ b/file.h
@@ -36,3 +36,6 @@ struct devsw {
 extern struct devsw devsw[];
 
 #define CONSOLE 1
+
+//PAGEBREAK!
+// Blank page.
diff --git a/log.c b/log.c
index 0abe1fe7d2fee1d433985bb1c75c0933921b37c0..b66074c5cf6e3d29d986886c67dafe818ebb2c6e 100644 (file)
--- a/log.c
+++ b/log.c
@@ -227,6 +227,3 @@ log_write(struct buf *b)
   b->flags |= B_DIRTY; // prevent eviction
 }
 
-//PAGEBREAK!
-// Blank page.
-
diff --git a/main.c b/main.c
index 712958f1830dae5b1614f9a093bdfef36947a3a1..8a73c0fc7f410876a78f4c5efd6b6ba43cb2721e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -113,4 +113,7 @@ pde_t entrypgdir[NPDENTRIES] = {
 
 //PAGEBREAK!
 // Blank page.
-
+//PAGEBREAK!
+// Blank page.
+//PAGEBREAK!
+// Blank page.
diff --git a/mp.h b/mp.h
index 6453f65eabf322663f44d06dd61a0bd06bf13de7..4d172839bbd594ee3535d901af7c9c7a93f81c8e 100644 (file)
--- a/mp.h
+++ b/mp.h
@@ -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.
index 8f800acd099ed0742c2397e73e9912581f2aa88d..92479483f421d2736de01d6fd6fe6e3fd9b580c7 100644 (file)
@@ -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
diff --git a/vm.c b/vm.c
index 4cffb58a59253e0908a22def6dcfa52778914f18..5326d14a5934a97a67faea5981d11f1f8c6e79f2 100644 (file)
--- a/vm.c
+++ b/vm.c
@@ -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.
+