Skip to content
Snippets Groups Projects
Commit 9b9b72e3 authored by gback's avatar gback
Browse files

changed design document templates to read 4284

parent 46ba8910
No related branches found
No related tags found
No related merge requests found
+-------------------------+
| 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
......
+-----------------+
| CS 140 |
| CS 4284 |
| SAMPLE PROJECT |
| DESIGN DOCUMENT |
+-----------------+
......
+--------------------+
| CS 140 |
| CS 4284 |
| PROJECT 1: THREADS |
| DESIGN DOCUMENT |
+--------------------+
---- GROUP ----
---- YOU ----
>> Fill in the names and email addresses 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 ----
......
+--------------------------+
| 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
......
+---------------------------+
| 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment