From 77bf7cab39fef40797e8832aaef91abbdf0098f5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 23 Mar 2024 00:59:31 +0100 Subject: Kernel and Bootloader: See below. Kernel: Add kPefArchPowerPC type. Kernel: Working on NewFS support for NewKernel. Kernel: Cleaned-up DriveManager. Kernel: Use kernel mouse on install mode. Bootloader: Refactor and cleanup. FirmwareKit: Fix EPM header. Signed-off-by: Amlal El Mahrouss --- Private/LinkerScripts/16x0.json | 2 +- Private/LinkerScripts/32x0.json | 2 +- Private/LinkerScripts/64x0.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Private/LinkerScripts') diff --git a/Private/LinkerScripts/16x0.json b/Private/LinkerScripts/16x0.json index d5a106ce..1dd7abbd 100644 --- a/Private/LinkerScripts/16x0.json +++ b/Private/LinkerScripts/16x0.json @@ -1,6 +1,6 @@ { "executable_type": "kernel", - "output_name": "HCoreKrnl.exe", + "output_name": "NewKernel.exe", "start_proc": "Main", "format": "PEF" } diff --git a/Private/LinkerScripts/32x0.json b/Private/LinkerScripts/32x0.json index d5a106ce..1dd7abbd 100644 --- a/Private/LinkerScripts/32x0.json +++ b/Private/LinkerScripts/32x0.json @@ -1,6 +1,6 @@ { "executable_type": "kernel", - "output_name": "HCoreKrnl.exe", + "output_name": "NewKernel.exe", "start_proc": "Main", "format": "PEF" } diff --git a/Private/LinkerScripts/64x0.json b/Private/LinkerScripts/64x0.json index d5a106ce..1dd7abbd 100644 --- a/Private/LinkerScripts/64x0.json +++ b/Private/LinkerScripts/64x0.json @@ -1,6 +1,6 @@ { "executable_type": "kernel", - "output_name": "HCoreKrnl.exe", + "output_name": "NewKernel.exe", "start_proc": "Main", "format": "PEF" } -- cgit v1.2.3