mirror of
https://github.com/tailix/kernel.git
synced 2025-04-14 17:33:13 -04:00
Locate kernel in right place
This commit is contained in:
parent
78d54a1700
commit
9236066450
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ _kernel_virt_base = (_kernel_phys_base + _kernel_offset);
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
. = 1M;
|
||||
. = _kernel_phys_base;
|
||||
|
||||
.text BLOCK(4K) : ALIGN(4K)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue