diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-08 10:32:50 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-08 10:32:50 +0200 |
| commit | df1b19604b3fcb9508d27d1d7e41bd3616eb78e5 (patch) | |
| tree | d7a54666312153410dc0c46f4c76f1cb94607c49 /Kernel/KernelRsrc.rsrc | |
| parent | 9994b8f3f88131f41be1061fb0947177e66dc7b0 (diff) | |
MHR-28: Implement SMP support.
Now we need to feed the core code to finish our scheduler.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/KernelRsrc.rsrc')
| -rw-r--r-- | Kernel/KernelRsrc.rsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelRsrc.rsrc b/Kernel/KernelRsrc.rsrc index 56c94a06..7e224c62 100644 --- a/Kernel/KernelRsrc.rsrc +++ b/Kernel/KernelRsrc.rsrc @@ -1,4 +1,4 @@ -1 ICON "Root/Boot/Icons/kernel-logo.ico" +1 ICON "../Icons/kernel-logo.ico" #include "CompilerKit/Version.hxx" |
