Correct terminology in kernel.ld
This commit is contained in:
parent
6f3ca059f2
commit
ce6dd9de27
1 changed files with 1 additions and 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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue