diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-07 09:39:07 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-07 09:39:07 +0200 |
| commit | eb076dbf3754f44efdda926e1cc55a5c86136f5c (patch) | |
| tree | 6391d97d885dcf6d85f8824aec29c60c4dea2d78 /Kernel/KernelRsrc.rsrc | |
| parent | e477d85ffea45a92aea7a2942bdfb9240fed80bc (diff) | |
MHR-36: IMP: Add ProgramLoader class, *_cast macros and patching capability.
FIX: Device constructor marked as explicit.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/KernelRsrc.rsrc')
| -rw-r--r-- | Kernel/KernelRsrc.rsrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Kernel/KernelRsrc.rsrc b/Kernel/KernelRsrc.rsrc index c16b4ba0..a28cc11b 100644 --- a/Kernel/KernelRsrc.rsrc +++ b/Kernel/KernelRsrc.rsrc @@ -1,4 +1,4 @@ -1 ICON "../Icons/kernel-logo.ico" +1 ICON "../Icons/app-logo.ico" #include "CompilerKit/Version.hxx" @@ -13,10 +13,10 @@ BEGIN VALUE "CompanyName", "Zeta Electronics Corporation" VALUE "FileDescription", "NewOS Kernel." VALUE "FileVersion", KERNEL_VERSION - VALUE "InternalName", "HCore" + VALUE "InternalName", "newoskrnl" VALUE "LegalCopyright", "Zeta Electronics Corporation" VALUE "OriginalFilename", "newoskrnl.exe" - VALUE "ProductName", "NewOSKrnl" + VALUE "ProductName", "newoskrnl" VALUE "ProductVersion", KERNEL_VERSION END END |
