Fix link address to match kernel_hook

This commit is contained in:
Maschell 2020-12-15 20:19:27 +01:00
parent 32ecbb8b6a
commit 82352eae9f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ OUTPUT(payload.elf);
ENTRY(_start);
SECTIONS {
. = 0x00840000;
. = 0x00800000;
.text : {
*(.kernel_code*);
*(.text*);