Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CSEP551
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Krishna Vinnakota
CSEP551
Commits
74c77da6
Commit
74c77da6
authored
10 years ago
by
Frans Kaashoek
Browse files
Options
Downloads
Patches
Plain Diff
Nice layout for a printout of the code
parent
ac83a21a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
bio.c
+2
-0
2 additions, 0 deletions
bio.c
file.h
+3
-0
3 additions, 0 deletions
file.h
log.c
+0
-3
0 additions, 3 deletions
log.c
main.c
+4
-1
4 additions, 1 deletion
main.c
mp.h
+2
-0
2 additions, 0 deletions
mp.h
runoff.spec
+1
-1
1 addition, 1 deletion
runoff.spec
vm.c
+8
-0
8 additions, 0 deletions
vm.c
with
20 additions
and
5 deletions
bio.c
+
2
−
0
View file @
74c77da6
...
...
@@ -138,4 +138,6 @@ brelse(struct buf *b)
release
(
&
bcache
.
lock
);
}
//PAGEBREAK!
// Blank page.
This diff is collapsed.
Click to expand it.
file.h
+
3
−
0
View file @
74c77da6
...
...
@@ -36,3 +36,6 @@ struct devsw {
extern
struct
devsw
devsw
[];
#define CONSOLE 1
//PAGEBREAK!
// Blank page.
This diff is collapsed.
Click to expand it.
log.c
+
0
−
3
View file @
74c77da6
...
...
@@ -227,6 +227,3 @@ log_write(struct buf *b)
b
->
flags
|=
B_DIRTY
;
// prevent eviction
}
//PAGEBREAK!
// Blank page.
This diff is collapsed.
Click to expand it.
main.c
+
4
−
1
View file @
74c77da6
...
...
@@ -113,4 +113,7 @@ pde_t entrypgdir[NPDENTRIES] = {
//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
//PAGEBREAK!
// Blank page.
This diff is collapsed.
Click to expand it.
mp.h
+
2
−
0
View file @
74c77da6
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
runoff.spec
+
1
−
1
View file @
74c77da6
# Is sheet 01 (after the TOC) a left sheet or a right sheet?
sheet1:
righ
t
sheet1:
lef
t
# "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
...
...
This diff is collapsed.
Click to expand it.
vm.c
+
8
−
0
View file @
74c77da6
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment