From 9937bcb03d4b3c3e71c33786349d4a41203550c0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 27 Mar 2026 10:22:39 +0100 Subject: [FEAT] kernel: Fix SysChk, add MemoryTest, fix BootThread class. Signed-off-by: Amlal El Mahrouss --- src/boot/modules/MemoryTest/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/boot/modules/MemoryTest/README.md (limited to 'src/boot/modules/MemoryTest/README.md') diff --git a/src/boot/modules/MemoryTest/README.md b/src/boot/modules/MemoryTest/README.md new file mode 100644 index 00000000..fac97400 --- /dev/null +++ b/src/boot/modules/MemoryTest/README.md @@ -0,0 +1,3 @@ +# MemoryTest: + +This module tests the memory of a x64 machine by allocating to it. -- cgit v1.2.3