]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Make runoff happy
authorFrans Kaashoek <kaashoek@mit.edu>
Fri, 2 Sep 2016 19:27:28 +0000 (15:27 -0400)
committerFrans Kaashoek <kaashoek@mit.edu>
Fri, 2 Sep 2016 19:27:28 +0000 (15:27 -0400)
README
elf.h
main.c
picirq.c

diff --git a/README b/README
index e8ab478410b29e934d9a5135c36b2d8c36fd98ec..e5619667b88eb348e19efd9150022d9ad69d5960 100644 (file)
--- a/README
+++ b/README
@@ -15,20 +15,17 @@ xv6 borrows code from the following sources:
     FreeBSD (ioapic.c)
     NetBSD (console.c)
 
-The following people have made contributions:
-    Russ Cox (context switching, locking)
-    Cliff Frey (MP)
-    Xiao Yu (MP)
-    Nickolai Zeldovich
-    Austin Clements
-
-In addition, we are grateful for the bug reports and patches contributed by
-Silas Boyd-Wickizer, Mike CAT, Nelson Elhage, Nathaniel Filardo, Peter
-Froehlich, Yakir Goaran, Shivam Handa, Bryan Henry, Jim Huang, Anders Kaseorg,
-kehao95, Eddie Kohler, Imbar Marinescu, Yandong Mao, Hitoshi Mitake, Carmi
-Merimovich, Joel Nider, Greg Price, Ayan Shafqat, Eldar Sehayek, Yongming Shen,
-Cam Tenny, Rafael Ubal, Warren Toomey, Stephen Tu, Pablo Ventura, Xi Wang,
-Keiichi Watanabe, Nicolas Wolovick, Jindong Zhang, and Zou Chang Wei.
+The following people have made contributions: Russ Cox (context switching,
+locking), Cliff Frey (MP), Xiao Yu (MP), Nickolai Zeldovich, and Austin
+Clements.
+
+We are also grateful for the bug reports and patches contributed by Silas
+Boyd-Wickizer, Mike CAT, Nelson Elhage, Nathaniel Filardo, Peter Froehlich,
+Yakir Goaran, Shivam Handa, Bryan Henry, Jim Huang, Anders Kaseorg, kehao95,
+Eddie Kohler, Imbar Marinescu, Yandong Mao, Hitoshi Mitake, Carmi Merimovich,
+Joel Nider, Greg Price, Ayan Shafqat, Eldar Sehayek, Yongming Shen, Cam Tenny,
+Rafael Ubal, Warren Toomey, Stephen Tu, Pablo Ventura, Xi Wang, Keiichi
+Watanabe, Nicolas Wolovick, Jindong Zhang, and Zou Chang Wei.
 
 The code in the files that constitute xv6 is
 Copyright 2006-2016 Frans Kaashoek, Robert Morris, and Russ Cox.
@@ -43,7 +40,7 @@ BUILDING AND RUNNING XV6
 To build xv6 on an x86 ELF machine (like Linux or FreeBSD), run "make".
 On non-x86 or non-ELF machines (like OS X, even on x86), you will
 need to install a cross-compiler gcc suite capable of producing x86 ELF
-binaries.  See http://pdos.csail.mit.edu/6.828/2014/tools.html.
+binaries.  See http://pdos.csail.mit.edu/6.828/2016/tools.html.
 Then run "make TOOLPREFIX=i386-jos-elf-".
 
 To run xv6, install the QEMU PC simulators.  To run in QEMU, run "make qemu".
diff --git a/elf.h b/elf.h
index d16c96753a47a194587b86868bc4b2481aa8fef5..7994abf840761be0de9c6da3a42fd8cc89540229 100644 (file)
--- a/elf.h
+++ b/elf.h
@@ -40,3 +40,6 @@ struct proghdr {
 #define ELF_PROG_FLAG_EXEC      1
 #define ELF_PROG_FLAG_WRITE     2
 #define ELF_PROG_FLAG_READ      4
+
+//PAGEBREAK!
+// Blank page.
diff --git a/main.c b/main.c
index 47c36cc69f4888b8cfb8bf79d7041ea4c2213267..731e42907bc1e91cee44072367e289a4c7f20c4c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -113,6 +113,3 @@ pde_t entrypgdir[NPDENTRIES] = {
 //PAGEBREAK!
 // Blank page.
 //PAGEBREAK!
-// Blank page.
-//PAGEBREAK!
-// Blank page.
index ff868313112733c57f51b3f35043a5385f210e78..69785a7a32e7a9ae167003e6989773342d1d5376 100644 (file)
--- a/picirq.c
+++ b/picirq.c
@@ -82,3 +82,6 @@ picinit(void)
   if(irqmask != 0xFFFF)
     picsetmask(irqmask);
 }
+
+//PAGEBREAK!
+// Blank page.