summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2011-09-02 14:46:01 -0400
committerAustin Clements <[email protected]>2011-09-02 14:46:01 -0400
commitce6dd9de27a926e77e275de0287ee36fce93ce7f (patch)
treef157b9b82e016816a128b997308d1076df945fc8
parent6f3ca059f22703c212ac1ea59ea298eb1efb6743 (diff)
downloadxv6-labs-ce6dd9de27a926e77e275de0287ee36fce93ce7f.tar.gz
xv6-labs-ce6dd9de27a926e77e275de0287ee36fce93ce7f.tar.bz2
xv6-labs-ce6dd9de27a926e77e275de0287ee36fce93ce7f.zip
Correct terminology in kernel.ld
-rw-r--r--kernel.ld2
1 files changed, 1 insertions, 1 deletions
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;