diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-03 09:15:28 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-03 09:15:28 +0200 |
| commit | 8c8822fff78f9ff9cd640271da9b3634c4c2f97f (patch) | |
| tree | 27b436d5ef9a957f1a8fcd266f804076ac6bf962 /Kernel/KernelRsrc.rsrc | |
| parent | 375d0210dcb2070a12d916523f4a1dafff28360c (diff) | |
FIX:
- Fix compiler errors inside .inl files.
- Update kernel icon.
- Add .inl files to project.
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 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" |
