Revise the writing for the Linux system call table

This commit is contained in:
Tate, Hongliang Tian 2025-09-28 09:44:30 +08:00 committed by Tate, Hongliang Tian
parent 6c544053af
commit d221342aa7
1 changed files with 5 additions and 2 deletions

View File

@ -15,8 +15,8 @@ support the loading of Linux kernel modules.
## System Calls
At the time of writing,
Asterinas implements 219 out of the 336 system calls
provided by Linux on x86-64 architecture.
Asterinas supports over 220 Linux system calls for the x86-64 architecture,
which are summarized in the table below.
| Numbers | Names | Supported | Limitations |
| ------- | ---------------------- | -------------- | --- |
@ -349,6 +349,9 @@ provided by Linux on x86-64 architecture.
| 439 | faccessat2 | ✅ | |
| 441 | epoll_pwait2 | ✅ | |
Most of these system calls (or their variants) are also supported
for the RISC-V and LoongArch architectures.
## File Systems
Here is the list of supported file systems: