From 98110adc9f47666696e18a6c7c97a3edc89c5d90 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 6 Jan 2025 20:11:53 +0100 Subject: ADD: Fix kernel build and bootloader build on aarch64, add syschk for aarch64. WIP: aarch64 on CoreBoot (EFI is unpractical) Signed-off-by: Amlal El Mahrouss --- dev/Boot/BootKit/BootKit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dev/Boot/BootKit/BootKit.h') diff --git a/dev/Boot/BootKit/BootKit.h b/dev/Boot/BootKit/BootKit.h index 646cf72f..003d3d9e 100644 --- a/dev/Boot/BootKit/BootKit.h +++ b/dev/Boot/BootKit/BootKit.h @@ -389,7 +389,6 @@ namespace Boot fDiskDev.Write((Char*)&epm_boot, sizeof(BOOT_BLOCK_STRUCT)); - BTextWriter writer; writer.Write(L"BootZ: Drive has been formatted Successfully.\r"); #endif -- cgit v1.2.3