diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-02-01 08:26:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-01 08:29:24 +0100 |
| commit | b052cb4fbb7b83c1292a3098ee7d00e9f3f3fba1 (patch) | |
| tree | fde735516201f30890e5ec740529f813463ed0e9 /Private/NewBoot | |
| parent | be3ec5e358fcf47ab1136b38f03c7348bb5390e9 (diff) | |
New commit: see below.
- Add Internal directory.
- Add Drivers directory.
- Add DDKit in Kits directory.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 4e8f17d2..0a2e1d91 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -17,7 +17,6 @@ bootloader-amd64: $(CC_GNU) $(FLAG_GNU) HEL/AMD64/*.cxx $(LD_GNU) *.o -e efi_main -filealign:16 -shared --subsystem=10 -ffreestanding -o HCoreLdr.exe cp HCoreLdr.exe CDROM/EFI/BOOT/BOOTX64.EFI - cp -r ../../Root ./CDROM/MAHROUSS .PHONY: run-efi-debug run-efi-debug: |
