From 596f3d07aa58751d186dadd4f4fb392327e66254 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 30 Mar 2024 01:17:28 +0100 Subject: Kernel: See below. What is done: - Don't allow for PCs to boot NewOS, they must use a specific firmware for that. - Update EPM specs according to CoreBoot. What is needed: - MakeNewFS.exe Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Private/NewBoot/Source/makefile') diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 78d5f663..af35a110 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -37,7 +37,6 @@ bootloader-amd64: compile-amd64 $(LD_GNU) $(OBJ) $(LD_FLAGS) -o NewBoot.exe $(COPY) NewBoot.exe CDROM/EFI/BOOT/BOOTX64.EFI $(COPY) NewBoot.exe CDROM/EFI/BOOT/NEWBOOT.EFI - $(COPY) ../../NewKernel.exe CDROM/INSTALLER/ .PHONY: compile-amd64 compile-amd64: -- cgit v1.2.3