From 55059428bfd6a18451bc1ed3ee64e7bb04c395cd Mon Sep 17 00:00:00 2001 From: amlal Date: Sat, 16 Mar 2024 14:22:21 +0100 Subject: HCR-14: See below. - Pretty big modifications, add kernel mouse. Signed-off-by: amlal --- 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 f41c0fc7..d5a106ce 100644 --- a/Private/LinkerScripts/16x0.json +++ b/Private/LinkerScripts/16x0.json @@ -1,6 +1,6 @@ { "executable_type": "kernel", - "output_name": "HCoreKrnl.efi", + "output_name": "HCoreKrnl.exe", "start_proc": "Main", "format": "PEF" } diff --git a/Private/LinkerScripts/32x0.json b/Private/LinkerScripts/32x0.json index f41c0fc7..d5a106ce 100644 --- a/Private/LinkerScripts/32x0.json +++ b/Private/LinkerScripts/32x0.json @@ -1,6 +1,6 @@ { "executable_type": "kernel", - "output_name": "HCoreKrnl.efi", + "output_name": "HCoreKrnl.exe", "start_proc": "Main", "format": "PEF" } diff --git a/Private/LinkerScripts/64x0.json b/Private/LinkerScripts/64x0.json index f41c0fc7..d5a106ce 100644 --- a/Private/LinkerScripts/64x0.json +++ b/Private/LinkerScripts/64x0.json @@ -1,6 +1,6 @@ { "executable_type": "kernel", - "output_name": "HCoreKrnl.efi", + "output_name": "HCoreKrnl.exe", "start_proc": "Main", "format": "PEF" } -- cgit v1.2.3