]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Updated some links in lab1.md
authorDavid Devecsery <ddevec@gatech.edu>
Tue, 23 Jun 2020 18:55:59 +0000 (14:55 -0400)
committerDavid Devecsery <ddevec@gatech.edu>
Tue, 23 Jun 2020 18:55:59 +0000 (14:55 -0400)
instructions/lab1.md

index 8764cbd8d3ae3d30e67447cc5595ee650b89cd26..1b6f77a87eb6c4d6b137a3c883aacb8b70f957c9 100644 (file)
@@ -418,7 +418,7 @@ that memory in a location the kernel can read from.  The bios call is defined in
 `bootblock/e820.S`
 
 ```asm
-# The desetination adder (where the data will be stored) is passed in eax
+# The desetination adder (where the data will be stored) is passed in ax
 # Makes the e820 bios call.  The result of the call will be stored in the
 # address passed in ax (note only 16-bits available).
 #
@@ -467,7 +467,9 @@ completing this exercise
 
 As with all labs in this course, the lab has an associated autograder.  The
 policies and rules of the autograder may be found on the class
-[syllabus](TODO-syllabus).  You will submit your code to the auto-grader for
+[syllabus](https://gatech.instructure.com/courses/140830/assignments/syllabus) and the
+[autograder page](https://github.gatech.edu/cs3210-fall20/xv6-public/blob/main/instructions/autograder_instructions.md).
+You will submit your code to the auto-grader for
 auto-grading.  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