diff options
Diffstat (limited to 'Private/Linker')
| -rw-r--r-- | Private/Linker/Platforms/PC.lds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Linker/Platforms/PC.lds b/Private/Linker/Platforms/PC.lds index 77d237e2..88587e4c 100644 --- a/Private/Linker/Platforms/PC.lds +++ b/Private/Linker/Platforms/PC.lds @@ -10,7 +10,7 @@ PHDRS { } SECTIONS { - . = 0x10000000; + . = 0x80000000; .text : { *(.NewBoot) |
