mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
Implement system call msync
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
a2aedcfb3a
commit
525085ab86
@ -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 | ❌ |
|
||||
|
Reference in New Issue
Block a user