diff options
| author | Austin Clements | 2011-09-02 14:46:01 -0400 |
|---|---|---|
| committer | Austin Clements | 2011-09-02 14:46:01 -0400 |
| commit | ce6dd9de27a926e77e275de0287ee36fce93ce7f (patch) | |
| tree | f157b9b82e016816a128b997308d1076df945fc8 /kernel.ld | |
| parent | 6f3ca059f22703c212ac1ea59ea298eb1efb6743 (diff) | |
Correct terminology in kernel.ld
Diffstat (limited to '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; |
