syscall_intercept icon indicating copy to clipboard operation
syscall_intercept copied to clipboard

aarch64 support

Open sktzwhj opened this issue 4 years ago • 2 comments

Hi,

It seems the current code does not support aarch64 arch, at least the system call numbers are different. Am I understand it correctly? Are there any existing alternatives?

Thanks.

sktzwhj avatar Oct 15 '21 08:10 sktzwhj

RIKEN has an AArch64 port (https://github.com/RIKEN-SysSoft/syscall_intercept/tree/master/arch/aarch64). However, it has not been upstreamed to the main repo (this repo).

AshokBhat avatar Nov 23 '22 15:11 AshokBhat

I think an AArch64 port is very useful, considering the increasing importance of AArch64 in HPC systems. Various user space file systems for HPC systems are developed using this library.

ARMartinelli avatar Nov 29 '22 09:11 ARMartinelli