diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 17:12:41 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-29 17:12:41 +0100 |
| commit | f03986937db0b927da4b10554801e18e4dc7c43f (patch) | |
| tree | 408c75b5af373b0a9a42a4b858ce5396af75703a /Private/makefile | |
| parent | 4b7cd3b0536f44a3c95e71550a77df08d9a4c088 (diff) | |
Kernel: Fix and unified NewBoot handover protocol.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile index 4c3b8f5b..7e6a6639 100644 --- a/Private/makefile +++ b/Private/makefile @@ -13,7 +13,7 @@ ASMFLAGS = -f elf64 KERNEL = hKernel.efi # The kernel entrypoint -SCRIPT = --script=Linker/AMD64.ld +SCRIPT = --script=Linker/Platforms/PC.lds # we want a flat binary FMT = elf64 |
