diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-05 10:42:37 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-05 10:42:37 +0200 |
| commit | 6898b7a9f1cf82fb65f6b6fae88db0a0b765a924 (patch) | |
| tree | 44d1fdfba6250f98aab02222601098c4cbaa6fc9 /Private/makefile | |
| parent | 715424f3caf98f3126d2f264dbbd7b3ffb859f7b (diff) | |
MHR-23: Fix memory detection in bootloader and new revision of the 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 977e33ac..88a0f165 100644 --- a/Private/makefile +++ b/Private/makefile @@ -29,7 +29,7 @@ COPY = cp # Add assembler, linker, and object files variables. ASMFLAGS = -f win64 -# NewOS subsystem is 17. +# NewOS subsystem is 17 and entrypoint is __ImageStart LDFLAGS = -e __ImageStart --subsystem=17 LDOBJ = Objects/*.obj |
