From 55bf2c847c8d7846befd7bb0beb1a28e21dba183 Mon Sep 17 00:00:00 2001 From: Zhang Junyang Date: Mon, 23 Sep 2024 15:49:06 +0800 Subject: [PATCH] Update the Linux system call compatibility list --- docs/src/kernel/linux-compatibility.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/kernel/linux-compatibility.md b/docs/src/kernel/linux-compatibility.md index 0549bb525..a60f0dcce 100644 --- a/docs/src/kernel/linux-compatibility.md +++ b/docs/src/kernel/linux-compatibility.md @@ -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 | ❌ |