From 55984e68cf0378220488efabf0eff58f5241b718 Mon Sep 17 00:00:00 2001 From: "Tate, Hongliang Tian" Date: Wed, 12 Mar 2025 15:31:30 +0800 Subject: [PATCH] Update system call count in linux-compatibility.md --- 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 de5ea9e8..c0336f75 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 177 out of the 336 system calls +Asterinas implements 190 out of the 336 system calls provided by Linux on x86-64 architecture. | Numbers | Names | Is Implemented | @@ -371,4 +371,4 @@ Here is the list of supported boot protocols: * [Multiboot](https://www.gnu.org/software/grub/manual/multiboot/multiboot.html) * [Multiboot2](https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html) * [Linux 32-bit boot protocol](https://www.kernel.org/doc/html/v5.4/x86/boot.html#bit-boot-protocol) -* [Linux EFI handover](https://www.kernel.org/doc/html/v5.4/x86/boot.html#efi-handover-protocol) \ No newline at end of file +* [Linux EFI handover](https://www.kernel.org/doc/html/v5.4/x86/boot.html#efi-handover-protocol)