From 8c8822fff78f9ff9cd640271da9b3634c4c2f97f Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 3 Jul 2024 09:15:28 +0200 Subject: FIX: - Fix compiler errors inside .inl files. - Update kernel icon. - Add .inl files to project. Signed-off-by: Amlal EL Mahrouss --- Kernel/KernelRsrc.rsrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kernel/KernelRsrc.rsrc') diff --git a/Kernel/KernelRsrc.rsrc b/Kernel/KernelRsrc.rsrc index 39b3070a..c16b4ba0 100644 --- a/Kernel/KernelRsrc.rsrc +++ b/Kernel/KernelRsrc.rsrc @@ -1,4 +1,4 @@ -1 ICON "../Icons/bonjour-logo.ico" +1 ICON "../Icons/kernel-logo.ico" #include "CompilerKit/Version.hxx" @@ -11,9 +11,9 @@ BEGIN BLOCK "080904E4" BEGIN VALUE "CompanyName", "Zeta Electronics Corporation" - VALUE "FileDescription", "Zeta OS kernel." + VALUE "FileDescription", "NewOS Kernel." VALUE "FileVersion", KERNEL_VERSION - VALUE "InternalName", "NeXUS" + VALUE "InternalName", "HCore" VALUE "LegalCopyright", "Zeta Electronics Corporation" VALUE "OriginalFilename", "newoskrnl.exe" VALUE "ProductName", "NewOSKrnl" -- cgit v1.2.3