diff options
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/Sources/HEL/AMD64/BootATA.cxx | 2 | ||||
| -rw-r--r-- | Boot/amd64-efi.make | 2 |
2 files changed, 1 insertions, 3 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; } } diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index 4cf707bd..ef2dae46 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -52,7 +52,7 @@ BOOT_LOADER=newosldr.exe KERNEL=newoskrnl.dll DDK=ddk.dll SCI=sci.dll -CRT=crtcxx.dll +CRT=mpccrt.dll .PHONY: invalid-recipe invalid-recipe: |
