We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7d212 commit 9260528Copy full SHA for 9260528
defs/x86_64-hm-linker.ld
@@ -9,7 +9,7 @@ MB_MAGIC = 0x1badb002;
9
MB_FLAGS = 0x3;
10
MB_CHKSUM = 0x100000000 - (MB_MAGIC + MB_FLAGS);
11
12
-PROVIDE(KERNEL_OFFSET = 0xffff800000000000);
+PROVIDE(KERNEL_OFFSET = 0xffff802000000000);
13
14
SECTIONS
15
{
0 commit comments