Hacker News new | ask | show | jobs
by Q6T46nT668w6i3m 3098 days ago
Here’s a list of syscalls: https://github.com/fuchsia-mirror/magenta/blob/master/docs/s...
2 comments

That's a bit outdated (magenta was renamed zircon a while back and that mirror is overdue for deletion). Try:

https://fuchsia.googlesource.com/zircon/+/master/docs/syscal...

https://fuchsia.googlesource.com/zircon/+/master/docs/concep...

Interesting. More influence from Windows (NT) than I expected.