From 1be243700efc9e36060c5fb65c951d5db6b98e94 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 30 Jan 2024 17:59:15 +0100 Subject: Add ROADMAP details, add EFI Library for bootloader. Add assignee to code in MailMap. Signed-off-by: Amlal El Mahrouss --- Private/HALKit/PowerPC/Processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/HALKit/PowerPC/Processor.cpp') diff --git a/Private/HALKit/PowerPC/Processor.cpp b/Private/HALKit/PowerPC/Processor.cpp index 9ac0953e..04676eff 100644 --- a/Private/HALKit/PowerPC/Processor.cpp +++ b/Private/HALKit/PowerPC/Processor.cpp @@ -30,7 +30,7 @@ void rt_wakeup_thread(HAL::StackFrame* stack) {} void rt_hang_thread(HAL::StackFrame* stack) {} // @brief main HAL entrypoint -void init_hal() {} +void ke_init_hal() {} void system_io_print(const char* bytes) { if (!bytes) return; -- cgit v1.2.3