Update the number of supported Linux system calls

This commit is contained in:
Tate, Hongliang Tian 2024-06-27 16:03:05 +08:00
parent d33f90eaeb
commit d538c740ee

View File

@ -15,7 +15,7 @@ support the loading of Linux kernel modules.
## System Calls ## System Calls
At the time of writing, At the time of writing,
Asterinas implements 138 out of the 310+ system calls Asterinas implements more than 160 out of the 336 system calls
provided by Linux on x86-64 architecture. provided by Linux on x86-64 architecture.
| Numbers | Names | Is Implemented | | Numbers | Names | Is Implemented |