Hacker News new | ask | show | jobs
by charliesome 1962 days ago
There might be a nuance here I haven't grasped, but isn't the kernel's API == its syscall ABI == the boundary to userspace?
1 comments

Yes but when people talk about kernel APIs not being stable they usually mean the APIs designed to be consumed by other kernel developers or kernel module authors.