Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pintos-2017
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
gback
pintos-2017
Commits
9b9b72e3
Commit
9b9b72e3
authored
3 years ago
by
gback
Browse files
Options
Downloads
Patches
Plain Diff
changed design document templates to read 4284
parent
46ba8910
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
doc/filesys.tmpl
+13
-13
13 additions, 13 deletions
doc/filesys.tmpl
doc/sample.tmpl
+1
-1
1 addition, 1 deletion
doc/sample.tmpl
doc/threads.tmpl
+3
-5
3 additions, 5 deletions
doc/threads.tmpl
doc/userprog.tmpl
+11
-11
11 additions, 11 deletions
doc/userprog.tmpl
doc/vm.tmpl
+13
-13
13 additions, 13 deletions
doc/vm.tmpl
with
41 additions
and
43 deletions
doc/filesys.tmpl
+
13
−
13
View file @
9b9b72e3
+-------------------------+
| CS 140
|
| PROJECT 4: FILE SYSTEMS |
|
DESIGN DOCUMENT |
+-------------------------+
+-------------------------+
| CS 4284
|
| PROJECT 4: FILE SYSTEMS |
|
DESIGN DOCUMENT |
+-------------------------+
---- GROUP ----
...
...
@@ -21,8 +21,8 @@ FirstName LastName <email@domain.example>
>> preparing your submission, other than the Pintos documentation, course
>> text, lecture notes, and course staff.
INDEXED AND EXTENSIBLE FILES
============================
INDEXED AND EXTENSIBLE FILES
============================
---- DATA STRUCTURES ----
...
...
@@ -60,8 +60,8 @@ FirstName LastName <email@domain.example>
>> structure, and what advantages and disadvantages does your
>> structure have, compared to a multilevel index?
SUBDIRECTORIES
==============
SUBDIRECTORIES
==============
---- DATA STRUCTURES ----
...
...
@@ -91,8 +91,8 @@ FirstName LastName <email@domain.example>
>> B6: Explain why you chose to represent the current directory of a
>> process the way you did.
BUFFER CACHE
============
BUFFER CACHE
============
---- DATA STRUCTURES ----
...
...
@@ -123,8 +123,8 @@ FirstName LastName <email@domain.example>
>> C7: Describe a file workload likely to benefit from buffer caching,
>> and workloads likely to benefit from read-ahead and write-behind.
SURVEY QUESTIONS
================
SURVEY QUESTIONS
================
Answering these questions is optional, but it will help us improve the
course in future quarters. Feel free to tell us anything you
...
...
This diff is collapsed.
Click to expand it.
doc/sample.tmpl
+
1
−
1
View file @
9b9b72e3
+-----------------+
| CS
140
|
| CS
4284
|
| SAMPLE PROJECT |
| DESIGN DOCUMENT |
+-----------------+
...
...
This diff is collapsed.
Click to expand it.
doc/threads.tmpl
+
3
−
5
View file @
9b9b72e3
+--------------------+
| CS
140
|
| CS
4284
|
| PROJECT 1: THREADS |
| DESIGN DOCUMENT |
+--------------------+
----
GR
OU
P
----
----
Y
OU ----
>> Fill in
the
name
s
and email address
es of your group members.
>> Fill in
your
name and email address
FirstName LastName <email@domain.example>
FirstName LastName <email@domain.example>
FirstName LastName <email@domain.example>
---- PRELIMINARIES ----
...
...
This diff is collapsed.
Click to expand it.
doc/userprog.tmpl
+
11
−
11
View file @
9b9b72e3
+--------------------------+
|
CS 140
|
| PROJECT 2: USER PROGRAMS
|
|
DESIGN DOCUMENT
|
+--------------------------+
+--------------------------+
|
CS 4284
|
| PROJECT 2: USER PROGRAMS
|
|
DESIGN DOCUMENT
|
+--------------------------+
---- GROUP ----
...
...
@@ -21,8 +21,8 @@ FirstName LastName <email@domain.example>
>> preparing your submission, other than the Pintos documentation, course
>> text, lecture notes, and course staff.
ARGUMENT PASSING
================
ARGUMENT PASSING
================
---- DATA STRUCTURES ----
...
...
@@ -44,8 +44,8 @@ FirstName LastName <email@domain.example>
>> and arguments. In Unix-like systems, the shell does this
>> separation. Identify at least two advantages of the Unix approach.
SYSTEM CALLS
============
SYSTEM CALLS
============
---- DATA STRUCTURES ----
...
...
@@ -111,8 +111,8 @@ FirstName LastName <email@domain.example>
>> B11: The default tid_t to pid_t mapping is the identity mapping.
>> If you changed it, what advantages are there to your approach?
SURVEY QUESTIONS
================
SURVEY QUESTIONS
================
Answering these questions is optional, but it will help us improve the
course in future quarters. Feel free to tell us anything you
...
...
This diff is collapsed.
Click to expand it.
doc/vm.tmpl
+
13
−
13
View file @
9b9b72e3
+---------------------------+
| CS 140
|
| PROJECT 3: VIRTUAL MEMORY
|
|
DESIGN DOCUMENT
|
+---------------------------+
+---------------------------+
| CS 4284
|
| PROJECT 3: VIRTUAL MEMORY
|
|
DESIGN DOCUMENT
|
+---------------------------+
---- GROUP ----
...
...
@@ -21,8 +21,8 @@ FirstName LastName <email@domain.example>
>> preparing your submission, other than the Pintos documentation, course
>> text, lecture notes, and course staff.
PAGE TABLE MANAGEMENT
=====================
PAGE TABLE MANAGEMENT
=====================
---- DATA STRUCTURES ----
...
...
@@ -49,8 +49,8 @@ FirstName LastName <email@domain.example>
>> A5: Why did you choose the data structure(s) that you did for
>> representing virtual-to-physical mappings?
PAGING TO AND FROM DISK
=======================
PAGING TO AND FROM DISK
=======================
---- DATA STRUCTURES ----
...
...
@@ -103,8 +103,8 @@ FirstName LastName <email@domain.example>
>> where your design falls along this continuum and why you chose to
>> design it this way.
MEMORY MAPPED FILES
===================
MEMORY MAPPED FILES
===================
---- DATA STRUCTURES ----
...
...
@@ -130,8 +130,8 @@ FirstName LastName <email@domain.example>
>> implementation either does or does not share much of the code for
>> the two situations.
SURVEY QUESTIONS
================
SURVEY QUESTIONS
================
Answering these questions is optional, but it will help us improve the
course in future quarters. Feel free to tell us anything you
...
...
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