hermit-os / hermit-rs

Hermit for Rust.
Apache License 2.0
1.69k stars 86 forks source link

feat: stabilize kernel interface #570

Closed stlankes closed 6 months ago

stlankes commented 6 months ago

In case, that POSIX provides similiar system calls, HermitOS uses variants of these system calls. These similiarties should increase the readability of the interface.

See also hermit-os/kernel#1167

stlankes commented 6 months ago

Ok, I fixed it