From ca4b4de58bd6ac4822cf62a93475e87e65ce0d42 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Wed, 2 Mar 2016 12:25:10 -0500 Subject: [PATCH] Adding names and descriptions to targets. --- test161/targets/asst1.tt | 4 ++++ test161/targets/asst2.tt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test161/targets/asst1.tt b/test161/targets/asst1.tt index 92f6573..8a1e9ff 100644 --- a/test161/targets/asst1.tt +++ b/test161/targets/asst1.tt @@ -1,4 +1,8 @@ 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 points: 50 type: asst diff --git a/test161/targets/asst2.tt b/test161/targets/asst2.tt index 8e3553d..bd42f58 100644 --- a/test161/targets/asst2.tt +++ b/test161/targets/asst2.tt @@ -1,4 +1,8 @@ name: asst2 +print_name: ASST2 +description: > + In this assignment you will add process and system call support to your + OS/161 kernel. version: 1 points: 150 type: asst