From 3c4efadf68e2071429925ea7f90f73341200a42f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 31 Mar 2024 22:27:28 +0200 Subject: Kernel: Improve Drive Manager regarding the NewFS support. HCFS is also planned, HCFS is a filesystem made for mass media storages. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp') diff --git a/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp b/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp index f31e67c2..98d64215 100644 --- a/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp +++ b/Private/HALKit/AMD64/HalCoreMultiProcessingAMD64.cpp @@ -92,14 +92,14 @@ STATIC MadtType* kApicInfoBlock = nullptr; /////////////////////////////////////////////////////////////////////////////////////// void hal_system_get_cores(voidPtr rsdPtr) { - kcout << "NewKernel.exe: Constructing ACPIFactoryInterface...\r\n"; + kcout << "NewOS: Constructing ACPIFactoryInterface...\r\n"; auto acpi = ACPIFactoryInterface(rsdPtr); kApicMadt = acpi.Find(kApicSignature).Leak().Leak(); MUST_PASS(kApicMadt); // MADT must exist. - kcout << "NewKernel.exe: Successfuly fetched the MADT!\r\n"; + kcout << "NewOS: Successfuly fetched the MADT!\r\n"; kApicInfoBlock = (MadtType*)kApicMadt; } -- cgit v1.2.3