1
0
Fork 0
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:
Braiden Vasco 2017-11-04 12:05:57 +00:00
parent 78d54a1700
commit 9236066450

View file

@ -8,7 +8,7 @@ _kernel_virt_base = (_kernel_phys_base + _kernel_offset);
SECTIONS
{
. = 1M;
. = _kernel_phys_base;
.text BLOCK(4K) : ALIGN(4K)
{