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