add markdown file with all syscalls

This commit is contained in:
Steve Biedermann
2025-11-24 12:41:54 +01:00
parent cc13b7b866
commit 7005b692c3
2 changed files with 328 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ model within the kernel context:
### Process Management
* Full task management including scheduling and task migration via IPIs.
* Currently implements 49 Linux syscalls; sufficient to execute most BusyBox
* Currently implements [51 Linux syscalls](./etc/syscalls.md); sufficient to execute most BusyBox
commands.
* Advanced forking capabilities via `clone()`.
* Process and thread signal delivery and raising support.