summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit/AMD64/Storage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-02 09:25:18 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-02 09:25:18 +0200
commit39415bb759f7eb67fb393385c28c3d2e5d7f6857 (patch)
treec818db537a0f722e7d3dee0a7770df2ef1ebe3f6 /Kernel/HALKit/AMD64/Storage
parentc34c46598c12b04b2877aa7290dd401cc40a29e3 (diff)
MHR-23: Porting to ARM64 now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/HALKit/AMD64/Storage')
-rw-r--r--Kernel/HALKit/AMD64/Storage/AHCI.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/HALKit/AMD64/Storage/AHCI.cxx b/Kernel/HALKit/AMD64/Storage/AHCI.cxx
index 93cef10c..a8045617 100644
--- a/Kernel/HALKit/AMD64/Storage/AHCI.cxx
+++ b/Kernel/HALKit/AMD64/Storage/AHCI.cxx
@@ -43,7 +43,7 @@ NewOS::Boolean drv_std_init(NewOS::UInt16& PortsImplemented)
iterator[devIndex].Leak().EnableMmio(); /// enable the memory i/o for this ahci device.
kAhciDevice = iterator[devIndex].Leak(); /// and then leak the reference.
- kcout << "New Kernel: [PCI] Found AHCI controller.\r";
+ kcout << "newoskrnl: [PCI] Found AHCI controller.\r";
return true;
}