From 64fa0db684db306766280593b0a9717132e636d4 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 7 Aug 2024 22:55:34 +0200 Subject: [IMP] - Updated the PEF header for NDK. - Adding ICL parser for SCM (ToDo) - Updated extensions of PEF. - Updated start address for exes in PEF. Signed-off-by: Amlal EL Mahrouss --- Kernel/Sources/KernelCheck.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/Sources') diff --git a/Kernel/Sources/KernelCheck.cxx b/Kernel/Sources/KernelCheck.cxx index cd8e8ef9..b9843cd0 100644 --- a/Kernel/Sources/KernelCheck.cxx +++ b/Kernel/Sources/KernelCheck.cxx @@ -40,7 +40,7 @@ namespace Kernel auto start_y = 10; auto x = 10; - cg_write_text("*** Kernel panic! ***\rnewoskrnl.lib stopped working properly so we had to shut it down.", start_y, x, panicTxt); + cg_write_text("*** Kernel panic! ***\rnewoskrnl.dll stopped working properly so we had to shut it down.", start_y, x, panicTxt); CGFini(); -- cgit v1.2.3