From 80039963ff08d1810e22a0ae41497b156e861db0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sat, 10 Aug 2024 07:58:47 +0200 Subject: [META] Important refactors and fixes. + FIX SCIBase.hxx header and inline scm.internal.inl header. + Rename targets libSCI, libDDK to sci.dll and ddk.dll. + Don't initialize again the values of heap and such in HalKernelMain.cxx + Add 'STOP code' in ke_stop call. + Updated ReadMe.md. Signed-off-by: Amlal EL Mahrouss --- Boot/amd64-efi.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Boot') diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index 9f0d2966..c5f51112 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -51,9 +51,9 @@ FLAG_GNU=-fshort-wchar -D__EFI_x86_64__ -mno-red-zone -D__NEWOSKRNL__ -D__NEWOSL BOOT_LOADER=newosldr.exe KERNEL=newoskrnl.dll -DDK=libDDK.dll -SCI=libSCI.dll -CRT=libCRT.dll +DDK=ddk.dll +SCI=sci.dll +CRT=crtcxx.dll .PHONY: invalid-recipe invalid-recipe: -- cgit v1.2.3