Y
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
eikenberry
972 days ago
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.
link
saagarjha
972 days ago
There’s nothing wrong with the C calling convention, at least from a security perspective.
link