summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-11 10:01:11 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-11 10:01:11 +0200
commit4bc2a20e699812c397e0d9e3901d91196d8681f0 (patch)
tree0a00c7d47236cacf21413f58341bec6c0ec97455 /Boot/Sources
parent25c6f11de8d859d2aab49848cfc2c2d9a7f33153 (diff)
[newoskrnl.dll] Fixes and improvements, mostly on New FS and User Security support.
[encryptfs.dll] Add new DLL for filesystem encryption. [sci.dll] Add protocols for IDL parsing. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot/Sources')
-rw-r--r--Boot/Sources/HEL/AMD64/BootATA.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Boot/Sources/HEL/AMD64/BootATA.cxx b/Boot/Sources/HEL/AMD64/BootATA.cxx
index f671569a..1a59ce5c 100644
--- a/Boot/Sources/HEL/AMD64/BootATA.cxx
+++ b/Boot/Sources/HEL/AMD64/BootATA.cxx
@@ -190,8 +190,6 @@ BootDeviceATA::BootDeviceATA() noexcept
boot_ata_init(ATA_SECONDARY_IO, true, this->Leak().mBus,
this->Leak().mMaster))
{
- BTextWriter writer;
- writer.Write("ATA: Has been detected.\r");
kATADetected = true;
}
}