summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelRsrc.rsrc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-04 16:46:38 +0200
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-04-04 16:46:38 +0200
commit73a3715f217931338b9034c293bacf8c7b1912dc (patch)
treee217b207f32fd72219b2e5d9204cfb8329219531 /Private/KernelRsrc.rsrc
parent0ab2b53a25ace96b414e7f60ee3f2c4621cac409 (diff)
Meta: Update resource file.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/KernelRsrc.rsrc')
-rw-r--r--Private/KernelRsrc.rsrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/Private/KernelRsrc.rsrc b/Private/KernelRsrc.rsrc
new file mode 100644
index 00000000..bc12b441
--- /dev/null
+++ b/Private/KernelRsrc.rsrc
@@ -0,0 +1,27 @@
+1 ICON "Root/Boot/kernel-logo.ico"
+
+#include "CompilerKit/Version.hxx"
+
+1 VERSIONINFO
+FILEVERSION 1,0,0,0
+PRODUCTVERSION 1,0,0,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "080904E4"
+ BEGIN
+ VALUE "CompanyName", "Mahrouss-Logic"
+ VALUE "FileDescription", "NewOS multiplatform kernel."
+ VALUE "FileVersion", KERNEL_VERSION
+ VALUE "InternalName", "NewKernel"
+ VALUE "LegalCopyright", "Mahrouss-Logic"
+ VALUE "OriginalFilename", "NewKernel.exe"
+ VALUE "ProductName", "NewKernel"
+ VALUE "ProductVersion", KERNEL_VERSION
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x809, 1252
+ END
+END \ No newline at end of file