From 6bbf5ad2058db4020ae20d6aba8f5b099dadc85f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 14 Mar 2025 22:26:42 +0100 Subject: TQ-24 && TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS. META: Along other tweaks and important ARM64 patches. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/ARM64/Processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/HALKit/ARM64/Processor.h') diff --git a/dev/Kernel/HALKit/ARM64/Processor.h b/dev/Kernel/HALKit/ARM64/Processor.h index 4dba5a8b..e79a99c7 100644 --- a/dev/Kernel/HALKit/ARM64/Processor.h +++ b/dev/Kernel/HALKit/ARM64/Processor.h @@ -36,7 +36,7 @@ namespace NeOS::HAL /// @param phys_addr point to physical address. /// @param flags the flags to put on the page. /// @return Status code of page manip. - EXTERN_C Int32 mm_map_page(VoidPtr virt_addr, UInt32 flags); + EXTERN_C Int32 mm_map_page(VoidPtr virtual_address, VoidPtr physical_address, UInt32 flags); typedef UIntPtr Reg; typedef Register64 Register; -- cgit v1.2.3