diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-08 10:32:50 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-08 10:32:50 +0200 |
| commit | df1b19604b3fcb9508d27d1d7e41bd3616eb78e5 (patch) | |
| tree | d7a54666312153410dc0c46f4c76f1cb94607c49 /Kernel/HALKit | |
| parent | 9994b8f3f88131f41be1061fb0947177e66dc7b0 (diff) | |
MHR-28: Implement SMP support.
Now we need to feed the core code to finish our scheduler.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/HALKit')
| -rw-r--r-- | Kernel/HALKit/ARM64/APM/.gitkeep (renamed from Kernel/HALKit/ARM64/ACPI/.gitkeep) | 0 | ||||
| -rw-r--r-- | Kernel/HALKit/ARM64/ReadMe.md | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Kernel/HALKit/ARM64/ACPI/.gitkeep b/Kernel/HALKit/ARM64/APM/.gitkeep index e69de29b..e69de29b 100644 --- a/Kernel/HALKit/ARM64/ACPI/.gitkeep +++ b/Kernel/HALKit/ARM64/APM/.gitkeep diff --git a/Kernel/HALKit/ARM64/ReadMe.md b/Kernel/HALKit/ARM64/ReadMe.md index 89679e18..d4d35a0b 100644 --- a/Kernel/HALKit/ARM64/ReadMe.md +++ b/Kernel/HALKit/ARM64/ReadMe.md @@ -1,4 +1,3 @@ -ARM64 Hardware Abstraction Layer +# ARM64 Hardware Abstraction Layer -- Supported CPU: Qualcomm CPU -- Supported Firmware: EDK 2
\ No newline at end of file +- Supported Firmware: CoreBoot
\ No newline at end of file |
