summaryrefslogtreecommitdiffhomepage
path: root/dev/zba
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 19:55:19 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-09 19:55:19 +0200
commitdd087dcdce5b624a92a5a5ace1a5b6484a3f9ce1 (patch)
tree1c60ced12a2516835792f299f683d3d1473b40b8 /dev/zba
parent029b22c10db5315ad2bdbc4b3e8b01a9dddffb77 (diff)
IMP: Rename minkrnl.exe to minoskrnl.exe.
- The Model that we choose is a minimal kernel and set of drivers. - This Model is used to build Operating Systems and other kind of low level software. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/zba')
-rw-r--r--dev/zba/amd64-efi.make4
-rw-r--r--dev/zba/src/HEL/AMD64/BootMain.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev/zba/amd64-efi.make b/dev/zba/amd64-efi.make
index ed902eef..c00a0699 100644
--- a/dev/zba/amd64-efi.make
+++ b/dev/zba/amd64-efi.make
@@ -52,7 +52,7 @@ FLAG_GNU=-fshort-wchar -D__EFI_x86_64__ -mno-red-zone -D__NEWOSKRNL__ -D__NEWOSL
-std=c++20 -D__HAVE_ZKA_APIS__ -D__ZKA_AMD64__ -D__ZKA__
BOOT_LOADER=newosldr.exe
-KERNEL=minkrnl.exe
+KERNEL=minoskrnl.exe
DDK=ddk.dll
SCI=zka-sci-cxx.dll
CRT=zka-crt-cxx.dll
@@ -105,7 +105,7 @@ download-edk:
$(HTTP_GET) https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd -O OVMF.fd
BINS=*.bin
-EXECUTABLES=newosldr.exe minkrnl.dll OVMF.fd
+EXECUTABLES=newosldr.exe minoskrnl.exe OVMF.fd
TARGETS=$(REM_FLAG) $(OBJ) $(BIN) $(IMG) $(IMG_2) $(EXECUTABLES)
diff --git a/dev/zba/src/HEL/AMD64/BootMain.cxx b/dev/zba/src/HEL/AMD64/BootMain.cxx
index de069162..8f8c45d1 100644
--- a/dev/zba/src/HEL/AMD64/BootMain.cxx
+++ b/dev/zba/src/HEL/AMD64/BootMain.cxx
@@ -255,7 +255,7 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle,
// Assign to global 'kHandoverHeader'.
- Boot::BFileReader readerKernel(L"minkrnl.exe", ImageHandle);
+ Boot::BFileReader readerKernel(L"minoskrnl.exe", ImageHandle);
readerKernel.ReadAll(0);