summaryrefslogtreecommitdiffhomepage
path: root/Private/Linker
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 10:53:14 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 10:53:14 +0100
commite7a0b930db64af7a22142d034389e6e4adbb59ab (patch)
tree642f0d206834b016cbb5ab57768d558aeac6c54c /Private/Linker
parent28817e6dbb31b4004e2fd1a5be2c85bcbfe0a5ec (diff)
NewBoot: Worked on protocol to add the PHT offset.
Kernel: Need to make some room for IPC and subsystems, so I did cleanup some things. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/Linker')
-rw-r--r--Private/Linker/16x0.json6
-rw-r--r--Private/Linker/32x0.json6
-rw-r--r--Private/Linker/64x0.json6
3 files changed, 9 insertions, 9 deletions
diff --git a/Private/Linker/16x0.json b/Private/Linker/16x0.json
index f81ba5c6..93088842 100644
--- a/Private/Linker/16x0.json
+++ b/Private/Linker/16x0.json
@@ -1,6 +1,6 @@
{
"executable_type": "kernel",
- "output_name": "hKernel.out",
- "start_proc": "KMain",
+ "output_name": "hKernel.efi",
+ "start_proc": "Main",
"format": "PEF"
-} \ No newline at end of file
+}
diff --git a/Private/Linker/32x0.json b/Private/Linker/32x0.json
index f81ba5c6..93088842 100644
--- a/Private/Linker/32x0.json
+++ b/Private/Linker/32x0.json
@@ -1,6 +1,6 @@
{
"executable_type": "kernel",
- "output_name": "hKernel.out",
- "start_proc": "KMain",
+ "output_name": "hKernel.efi",
+ "start_proc": "Main",
"format": "PEF"
-} \ No newline at end of file
+}
diff --git a/Private/Linker/64x0.json b/Private/Linker/64x0.json
index f81ba5c6..93088842 100644
--- a/Private/Linker/64x0.json
+++ b/Private/Linker/64x0.json
@@ -1,6 +1,6 @@
{
"executable_type": "kernel",
- "output_name": "hKernel.out",
- "start_proc": "KMain",
+ "output_name": "hKernel.efi",
+ "start_proc": "Main",
"format": "PEF"
-} \ No newline at end of file
+}