From: Austin Clements Date: Fri, 2 Sep 2011 18:46:01 +0000 (-0400) Subject: Correct terminology in kernel.ld X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=ce6dd9de27a926e77e275de0287ee36fce93ce7f;p=cs3210-lab0.git Correct terminology in kernel.ld --- diff --git a/kernel.ld b/kernel.ld index f13ba61..a778fc4 100644 --- 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;