From: Pinto, Elton Leander Date: Thu, 20 Jan 2022 11:36:46 +0000 (-0500) Subject: Update README.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=7f80f484fe9eda5efd83fc9e56da83cd0d1335c1;p=cs3210-lab1.git Update README.md --- diff --git a/README.md b/README.md index 59139cd..73689f5 100644 --- a/README.md +++ b/README.md @@ -490,8 +490,8 @@ completing this exercise. ## Grading As with all labs in this course, the lab has an associated autograder on -Gradescope. The policies and rules of the autograder may be found on the class -[syllabus][syllabus]. You will submit your code to the autograder for +Gradescope. The policies and rules of the autograder may be found in the +[autograder manual](). You will submit your code to the autograder for autograding. There will also be a hand graded portion of this lab, worth 15% of your lab grade. Finally, this is our only *individual* lab, you cannot collaborate or share code with others (although discussion is allowed). Your @@ -499,7 +499,11 @@ code will be checked for cheating, and any detection of shared code, or pulling code from the internet will be harshly punished. To submit, run `scripts/submit.sh` and upload the generated `submission.zip` -file to your Gradescope section ([A][gradescope-a], [GR][gradescope-gr]). +file to [Gradescope](gradescope). + +Test breakdown: +* Tests 1-3: Part 1 +* Tests 4-7: Part 2 **NOTE:** Any unauthorized attempt to subvert or attack the autograder will be considered a violation of academic integrity and will be punished. The @@ -532,6 +536,5 @@ of the following projects (no credit given, just fun experiments): [bios]: https://github.com/qemu/qemu/tree/master/pc-bios [grub]: https://www.gnu.org/software/grub/ [e820]: https://wiki.osdev.org/Detecting_Memory_(x86)#BIOS_Function:_INT_0x15.2C_EAX_.3D_0xE820 -[syllabus]: https://github.gatech.edu/pages/cs3210-fall2021/course/syllabus/ -[gradescope-a]: https://www.gradescope.com/courses/280787 -[gradescope-gr]: https://www.gradescope.com/courses/299636 +[autograder-manual]: https://github.gatech.edu/pages/cs3210-spring2022/course/wiki/autograder/ +[gradescope]: https://www.gradescope.com/courses/349001