Hacker News new | ask | show | jobs
by erichocean 3745 days ago
The seems like the kind of thing you'd expect to see implemented in Redox.[0]

[0] http://www.redox-os.org/

1 comments

How so? This talks about changing how syscalls work (batching, callbacks, pinning the syscall handler to one core) but it doesn't look like redox does anything special with syscalls (https://doc.redox-os.org/doc/kernel/syscall/index.html)

> The system call interface is very similar to POSIX's system calls