mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2025-12-23 22:47:55 -05:00
fix link in readme
This commit is contained in:
@@ -37,7 +37,7 @@ model within the kernel context:
|
||||
|
||||
### Process Management
|
||||
* Full task management including scheduling and task migration via IPIs.
|
||||
* Currently implements [51 Linux syscalls](./etc/syscalls.md); sufficient to execute most BusyBox
|
||||
* Currently implements [51 Linux syscalls](./etc/syscalls_linux_aarch64.md); sufficient to execute most BusyBox
|
||||
commands.
|
||||
* Advanced forking capabilities via `clone()`.
|
||||
* Process and thread signal delivery and raising support.
|
||||
|
||||
Reference in New Issue
Block a user