From 4d601c04be5bf91d4fa6448d23f768cd21b1f0e0 Mon Sep 17 00:00:00 2001 From: Sang-Hoon Kim <sanghoonkim@ajou.ac.kr> Date: Wed, 3 Jun 2020 01:36:14 +0900 Subject: [PATCH] Clarified the points from code --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2a1d0c..9b13787 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,11 @@ Implement the spinlock and blocking mutex that we learned in the class. And then ### Submission / Grading - Use [PAsubmit](https://sslab.ajou.ac.kr/pasubmit) for submission - - 450 regular points - - Up to 130 bonus points + - Up to 580 points + - 450 regular points + - Up to 130 bonus points -- Code: `pa3.c` (400 pts + 100 bonus pts in total) +- Code: `pa3.c` (400 pts + 120 bonus pts in total) - Spinlock: 50 pts - Blocking mutex: 250 pts - Ring buffer: 100 pts -- GitLab