riscv-software-src / riscv-pk

RISC-V Proxy Kernel
Other
579 stars 306 forks source link

Add `statx` syscall #234

Closed huaixv closed 3 years ago

huaixv commented 3 years ago

The statx syscall is required to run some 32bit programs on Spike and riscv-pk, so i tried to add it to the proxy kernel. :)

Please let me know if there exist some problems with the code.