diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-02 21:35:34 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-02 21:35:34 +0200 |
| commit | efc6b5d169d2b6eaabe7384141cec6054ae622a0 (patch) | |
| tree | 056fb3f24bcf0be7fb372106676349a1f5b644b8 /Private/KernelRsrc.rc | |
| parent | 96d7e324ae1657216e6bb49a82466977d43d9a89 (diff) | |
OS: Changes related to System API, breaking changes, also added HTMLLib.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/KernelRsrc.rc')
| -rw-r--r-- | Private/KernelRsrc.rc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Private/KernelRsrc.rc b/Private/KernelRsrc.rc new file mode 100644 index 00000000..3f5fffd3 --- /dev/null +++ b/Private/KernelRsrc.rc @@ -0,0 +1,25 @@ +1 ICON "Root/Boot/kernel-logo.ico" + +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 Microkernel for AMD64" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "NewKernel" + VALUE "LegalCopyright", "Mahrouss Logic" + VALUE "OriginalFilename", "NewKernel.exe" + VALUE "ProductName", "NewKernel" + VALUE "ProductVersion", "1.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1252 + END +END
\ No newline at end of file |
