summaryrefslogtreecommitdiffhomepage
path: root/Private/Linker
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-30 08:46:09 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-30 08:46:09 +0100
commitd7112cd6909640afd7609b3a142bc6ecf921ee25 (patch)
tree55033ad28d58d536c4b3bad715d8635f00773bfd /Private/Linker
parentf22e69b8837b84548f79e0b8ca7bef24605c6611 (diff)
Kernel: Breaking changes, see source code.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Linker')
-rw-r--r--Private/Linker/16x0.json2
-rw-r--r--Private/Linker/32x0.json2
-rw-r--r--Private/Linker/64x0.json2
-rw-r--r--Private/Linker/Platforms/PC.lds2
4 files changed, 4 insertions, 4 deletions
diff --git a/Private/Linker/16x0.json b/Private/Linker/16x0.json
index 93088842..f41c0fc7 100644
--- a/Private/Linker/16x0.json
+++ b/Private/Linker/16x0.json
@@ -1,6 +1,6 @@
{
"executable_type": "kernel",
- "output_name": "hKernel.efi",
+ "output_name": "HCoreKrnl.efi",
"start_proc": "Main",
"format": "PEF"
}
diff --git a/Private/Linker/32x0.json b/Private/Linker/32x0.json
index 93088842..f41c0fc7 100644
--- a/Private/Linker/32x0.json
+++ b/Private/Linker/32x0.json
@@ -1,6 +1,6 @@
{
"executable_type": "kernel",
- "output_name": "hKernel.efi",
+ "output_name": "HCoreKrnl.efi",
"start_proc": "Main",
"format": "PEF"
}
diff --git a/Private/Linker/64x0.json b/Private/Linker/64x0.json
index 93088842..f41c0fc7 100644
--- a/Private/Linker/64x0.json
+++ b/Private/Linker/64x0.json
@@ -1,6 +1,6 @@
{
"executable_type": "kernel",
- "output_name": "hKernel.efi",
+ "output_name": "HCoreKrnl.efi",
"start_proc": "Main",
"format": "PEF"
}
diff --git a/Private/Linker/Platforms/PC.lds b/Private/Linker/Platforms/PC.lds
index 88587e4c..2340258e 100644
--- a/Private/Linker/Platforms/PC.lds
+++ b/Private/Linker/Platforms/PC.lds
@@ -10,7 +10,7 @@ PHDRS {
}
SECTIONS {
- . = 0x80000000;
+ . = 8M;
.text : {
*(.NewBoot)