I have started an own libc for the purpose of education. Started the development on a Linux system. Now I want to port my library to FreeBSD.
Where can I find a full list of all syscall's depending on the supported architecture? Uses FreeBSD the same syscall numbers on all architectures?
Is there an example for how to execute an syscall on ARM64 or RISCV as example?
Thanks in advance!
Where can I find a full list of all syscall's depending on the supported architecture? Uses FreeBSD the same syscall numbers on all architectures?
Is there an example for how to execute an syscall on ARM64 or RISCV as example?
Thanks in advance!