diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 19:54:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 19:56:13 +0100 |
| commit | 4cadbff15541ca09ced3321acfdf302fced29ee9 (patch) | |
| tree | 279a18b8268add19ad9ac1010d3d70c39a102e7b /Private/Linker | |
| parent | 65254486efff0fd1bb78a48ff90b7713a5ce539f (diff) | |
NewBoot: Working on EFI implementation to load kernel into memory...
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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) |
