diff options
author | Austin Clements <[email protected]> | 2011-09-02 14:46:01 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2011-09-02 14:46:01 -0400 |
commit | ce6dd9de27a926e77e275de0287ee36fce93ce7f (patch) | |
tree | f157b9b82e016816a128b997308d1076df945fc8 | |
parent | 6f3ca059f22703c212ac1ea59ea298eb1efb6743 (diff) | |
download | xv6-labs-ce6dd9de27a926e77e275de0287ee36fce93ce7f.tar.gz xv6-labs-ce6dd9de27a926e77e275de0287ee36fce93ce7f.tar.bz2 xv6-labs-ce6dd9de27a926e77e275de0287ee36fce93ce7f.zip |
Correct terminology in kernel.ld
-rw-r--r-- | kernel.ld | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |