Adding names and descriptions to targets.

This commit is contained in:
Geoffrey Challen 2016-03-02 12:25:10 -05:00
parent 0cd341c248
commit ca4b4de58b
2 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,8 @@
name: asst1 name: asst1
print_name: ASST1
description: >
In this assignment you will implement new synchronization
primitives for OS/161 and use them to solve several synchronization problems.
version: 1 version: 1
points: 50 points: 50
type: asst type: asst

View File

@ -1,4 +1,8 @@
name: asst2 name: asst2
print_name: ASST2
description: >
In this assignment you will add process and system call support to your
OS/161 kernel.
version: 1 version: 1
points: 150 points: 150
type: asst type: asst