]> Devi Nivas Git - cs3210-lab0.git/commitdiff
Correct terminology in kernel.ld
authorAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 18:46:01 +0000 (14:46 -0400)
committerAustin Clements <amdragon@mit.edu>
Fri, 2 Sep 2011 18:46:01 +0000 (14:46 -0400)
kernel.ld

index f13ba61d7d38baf24cd1249725c13408c47e6a7b..a778fc4b0f16ef47e888e30b6e5f208c5bec2148 100644 (file)
--- a/kernel.ld
+++ b/kernel.ld
@@ -7,7 +7,7 @@ ENTRY(_start)
 
 SECTIONS
 {
-       /* Load the kernel at this address: "." means the current address */
+       /* Link the kernel at this address: "." means the current address */
         /* Must be equal to KERNLINK */
        . = 0x80100000;