Hacker News new | ask | show | jobs
by User23 2587 days ago
Neat how inline assembly is one of the valid use cases. I'm given to understand that essential parts of the Linux kernel can't actually be implemented in pure C and that some assembly is required.
1 comments

Isn't that the case for most (all?) operating systems?