mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-22 03:19:17 +01:00
Fix link address to match kernel_hook
This commit is contained in:
parent
32ecbb8b6a
commit
82352eae9f
@ -3,7 +3,7 @@ OUTPUT(payload.elf);
|
|||||||
ENTRY(_start);
|
ENTRY(_start);
|
||||||
|
|
||||||
SECTIONS {
|
SECTIONS {
|
||||||
. = 0x00840000;
|
. = 0x00800000;
|
||||||
.text : {
|
.text : {
|
||||||
*(.kernel_code*);
|
*(.kernel_code*);
|
||||||
*(.text*);
|
*(.text*);
|
||||||
|
Loading…
Reference in New Issue
Block a user