summaryrefslogtreecommitdiffhomepage
path: root/Private/LinkerScripts
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-23 00:59:31 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-23 01:04:00 +0100
commit77bf7cab39fef40797e8832aaef91abbdf0098f5 (patch)
tree157f6f82188c505f1333abf93aeda63b3373cf04 /Private/LinkerScripts
parent954285b6c9553a047d0789707ad520c84099e74a (diff)
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 <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/LinkerScripts')
-rw-r--r--Private/LinkerScripts/16x0.json2
-rw-r--r--Private/LinkerScripts/32x0.json2
-rw-r--r--Private/LinkerScripts/64x0.json2
3 files changed, 3 insertions, 3 deletions
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"
}