Skip to content
Snippets Groups Projects
Commit ce6dd9de authored by Austin Clements's avatar Austin Clements
Browse files

Correct terminology in kernel.ld

parent 6f3ca059
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment