xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ce6dd9de27a926e77e275de0287ee36fce93ce7f
parent 6f3ca059f22703c212ac1ea59ea298eb1efb6743
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 14:46:01 -0400

Correct terminology in kernel.ld

Diffstat:
Mkernel.ld | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;