Correct terminology in kernel.ld

This commit is contained in:
Austin Clements 2011-09-02 14:46:01 -04:00
parent 6f3ca059f2
commit ce6dd9de27

View file

@ -7,7 +7,7 @@ ENTRY(_start)
SECTIONS 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 */ /* Must be equal to KERNLINK */
. = 0x80100000; . = 0x80100000;