diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-24 09:36:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-24 09:36:47 +0100 |
| commit | c1c1c7cb8ec2518b746804ecc2be9e0613fe685f (patch) | |
| tree | 2c43f6637c9de551ad695a4d149dd66e0d6a18b7 /Private/Source/KernelCheck.cxx | |
| parent | 09383c793fe953da6441902b4f66b1382df46738 (diff) | |
Kernel: Add CRC32 check inside the kernel's heap,
Handover: Rename f_VendorTable to f_RsdPtr and f_SmBios.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Source/KernelCheck.cxx')
| -rw-r--r-- | Private/Source/KernelCheck.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/KernelCheck.cxx b/Private/Source/KernelCheck.cxx index bf7ac939..dcf8a06d 100644 --- a/Private/Source/KernelCheck.cxx +++ b/Private/Source/KernelCheck.cxx @@ -37,7 +37,7 @@ void ke_stop(const HCore::Int &id) { } case RUNTIME_CHECK_POINTER: { kcout << "*** CAUSE: RUNTIME_CHECK_POINTER *** \r\n"; - kcout << "*** WHAT: HEAP ERROR, UNSTABLE STATE. *** \r\n"; + kcout << "*** WHAT: HEAP CRC32 ERROR, UNSTABLE STATE. *** \r\n"; break; } case RUNTIME_CHECK_BAD_BEHAVIOR: { |
