From 3dc8d9e95d4a81330c6f66bddaf84f901d1d612b Mon Sep 17 00:00:00 2001 From: Amelia Coutard Date: Sat, 7 May 2022 16:34:57 +0200 Subject: [PATCH] Removed the RAM testing: it was useless --- src/kernel.cpp | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/kernel.cpp b/src/kernel.cpp index bda3d4f..e627ac5 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -23,22 +23,6 @@ extern "C" void kmain(unsigned long magic, os::phys_ptrtype != multiboot2::info::type_t::end; it = multiboot2::next(it)) { -- 2.47.0