From 2873c513d43549114b0b56f19065d5886341cc4b Mon Sep 17 00:00:00 2001 From: Scott Haseley Date: Wed, 30 Mar 2016 17:11:41 -0400 Subject: [PATCH] Assignment 3 target will now be cumulative instead of split into subparts --- test161/targets/{asst3-coremap.tt => asst3.tt} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename test161/targets/{asst3-coremap.tt => asst3.tt} (82%) diff --git a/test161/targets/asst3-coremap.tt b/test161/targets/asst3.tt similarity index 82% rename from test161/targets/asst3-coremap.tt rename to test161/targets/asst3.tt index 44658cc..486b115 100644 --- a/test161/targets/asst3-coremap.tt +++ b/test161/targets/asst3.tt @@ -1,8 +1,8 @@ -name: asst3-coremap -print_name: ASST3-coremap +name: asst3 +print_name: ASST3 description: > In this assignment you will add support for virtual memory to your OS/161 - kernel. This target tests your coremap and kernel memory allocator. + kernel. version: 1 points: 100 type: asst