summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-13 16:21:59 +0000
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-13 16:21:59 +0000
commitddc819e396d7b9626b832b092f6298c0faaccde4 (patch)
tree81527a21bdf4ae8f14fb8acd0ff04d9d127f24d3 /Private/NewBoot/Source/makefile
parenta4af4dc720a0ba8d4c3a23e05825989329a48a2f (diff)
parentb75417b44d5f63ea0ead68cbe8f62bd76df62229 (diff)
Merge branch 'HCR-15' into 'trunk'
HCR-15: Load Kernel into memory. See merge request mahrouss-logic/micro-kernel!5
Diffstat (limited to 'Private/NewBoot/Source/makefile')
-rw-r--r--Private/NewBoot/Source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index 23678e9d..fab7453d 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -22,7 +22,7 @@ bootloader-amd64:
$(ASM) $(FLAG_ASM) HEl/AMD64/AMD64-VirtualMemory.asm
$(LD_GNU) $(OBJ) $(LD_FLAGS) -o HCoreLdr.exe
cp HCoreLdr.exe CDROM/EFI/BOOT/BOOTX64.EFI
- cp ../../HCoreKrnl.exe CDROM/HCOREKRNL.EXE
+ cp ../../HCoreKrnl.exe CDROM/HCOREKRNL.EXE && cp ../../Root/System/LookAndFeel.css CDROM/LOOK.CSS
.PHONY: run-efi-amd64
run-efi-amd64: