Hacker News new | ask | show | jobs
by ben_bai 972 days ago
Then don't run a OS with a kernel written in C. That would rule out Windows, Mac, Linux and *BSD.
1 comments

Using syscalls means you can replace the kernel. Using libc means you are locked into and FFI/C calling convention for anything other than C. Apples/Oranges.
There’s nothing wrong with the C calling convention, at least from a security perspective.