Update the Linux system call compatibility list

This commit is contained in:
Zhang Junyang 2024-09-23 15:49:06 +08:00 committed by Tate, Hongliang Tian
parent c38455f9f6
commit 55bf2c847c

View File

@ -15,7 +15,7 @@ support the loading of Linux kernel modules.
## System Calls
At the time of writing,
Asterinas implements more than 160 out of the 336 system calls
Asterinas implements 177 out of the 336 system calls
provided by Linux on x86-64 architecture.
| Numbers | Names | Is Implemented |
@ -223,7 +223,7 @@ provided by Linux on x86-64 architecture.
| 200 | tkill | ❌ |
| 201 | time | ✅ |
| 202 | futex | ✅ |
| 203 | sched_setaffinity | |
| 203 | sched_setaffinity | |
| 204 | sched_getaffinity | ✅ |
| 205 | set_thread_area | ❌ |
| 206 | io_setup | ❌ |