|
|
|
|
|
by ffwff
2364 days ago
|
|
POSIX-like, not entirely POSIX! There are basic IO syscalls, and some process management calls, but overall I try to take unix as a guideline rather than trying to reimplement one entirely. I also try to take inspiration from other kernels (like fattr (which is equivalent to GetFileAttributes from WinNT), and spawnv from DOS/WinNT). I guess I should reword it :/ |
|
https://fuchsia.googlesource.com/docs/+/refs/changes/56/1013...