diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 15:37:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 15:37:37 +0100 |
| commit | 0476248f648ccddea9bdf9bae9095c3231e6643d (patch) | |
| tree | 61280ff1ad93b384a9697c0ee9d60854e12e58e9 /Root | |
| parent | ae89bf9564c59ea3aee10f175d473e562af793f8 (diff) | |
Kernel: Retarget AMD64 according to spec.
Kernel/Toolchain: Now move hKernel to /System/ when building the system.
MPT: Fix API.
newBoot: This is the priority, get a standard file layout to load the
kernel at BK_START_KERNEL (0x00080000)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Root')
| -rw-r--r-- | Root/Boot/manifest.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Root/Boot/manifest.json b/Root/Boot/manifest.json new file mode 100644 index 00000000..60f27421 --- /dev/null +++ b/Root/Boot/manifest.json @@ -0,0 +1,4 @@ +{ + "pluginName": "h-core", + "kernelPath": "/System/hKernel.elf" +}
\ No newline at end of file |
