From de413aa50bac1342e4ac8c7a66697ea3b551c2e4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 19 Mar 2024 21:01:12 +0100 Subject: Kernel(Secret): Major commit. - Extensive cleanup of the code, and kernel improvements. - The System API has been reworked to be better designed. What is needed now: - AHCI disk driver. - HCFS/NewFS driver. - EPM layout implementation. - Separate bootloader and kernel. --- Public/Kits/System.Graphics/Core.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Kits/System.Graphics/Core.hxx') diff --git a/Public/Kits/System.Graphics/Core.hxx b/Public/Kits/System.Graphics/Core.hxx index 43751891..a453e095 100644 --- a/Public/Kits/System.Graphics/Core.hxx +++ b/Public/Kits/System.Graphics/Core.hxx @@ -171,7 +171,7 @@ class GException final { const char* Reason() { return mReason; } private: - const char* mReason{"System.Graphics: User Interface error. Check HError."}; + const char* mReason{"System.Graphics: Graphics exception. Check HError."}; }; template -- cgit v1.2.3