summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-28 05:00:39 +0000
committerrsc <rsc>2007-08-28 05:00:39 +0000
commitc2f354e4e1abb4eaea466d36c26623e47917f74b (patch)
tree80f893bcbc30019ad12523eb2c16a53703cf02cc
parent2d7d2b18cf5f1a565458574323e6f5b3bd6352a3 (diff)
downloadxv6-labs-c2f354e4e1abb4eaea466d36c26623e47917f74b.tar.gz
xv6-labs-c2f354e4e1abb4eaea466d36c26623e47917f74b.tar.bz2
xv6-labs-c2f354e4e1abb4eaea466d36c26623e47917f74b.zip
clumsy blank pages to make some files align better
-rw-r--r--elf.h17
-rw-r--r--fsvar.h40
-rw-r--r--spinlock.h44
3 files changed, 101 insertions, 0 deletions
diff --git a/elf.h b/elf.h
index da852a9..28bbd23 100644
--- a/elf.h
+++ b/elf.h
@@ -41,3 +41,20 @@ struct proghdr {
#define ELF_PROG_FLAG_WRITE 2
#define ELF_PROG_FLAG_READ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+// Blank page.
diff --git a/fsvar.h b/fsvar.h
index 17bcb5b..43574b6 100644
--- a/fsvar.h
+++ b/fsvar.h
@@ -16,3 +16,43 @@ struct inode {
#define I_BUSY 0x1
#define I_VALID 0x2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+// Blank page.
diff --git a/spinlock.h b/spinlock.h
index 1a706cf..31c3563 100644
--- a/spinlock.h
+++ b/spinlock.h
@@ -8,3 +8,47 @@ struct spinlock {
uint pcs[10]; // The call stack (an array of program counters)
// that locked the lock.
};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+// Blank page.