Implement system call msync

This commit is contained in:
Zhang Junyang
2025-06-10 20:45:52 +08:00
committed by Tate, Hongliang Tian
parent a2aedcfb3a
commit 525085ab86
9 changed files with 227 additions and 54 deletions

View File

@ -15,7 +15,7 @@ support the loading of Linux kernel modules.
## System Calls
At the time of writing,
Asterinas implements 204 out of the 336 system calls
Asterinas implements 213 out of the 336 system calls
provided by Linux on x86-64 architecture.
| Numbers | Names | Is Implemented |
@ -46,7 +46,7 @@ provided by Linux on x86-64 architecture.
| 23 | select | ✅ |
| 24 | sched_yield | ✅ |
| 25 | mremap | ❌ |
| 26 | msync | |
| 26 | msync | |
| 27 | mincore | ❌ |
| 28 | madvise | ✅ |
| 29 | shmget | ❌ |