Hacker News new | ask | show | jobs
by 1718627440 220 days ago
A kernel will make use of asm, and can't abstract over the machine, so it will always be unportable and relying on compiler extensions.
1 comments

The Linux kernel did not always rely on compiler extensions though...
The kernel once did not need asm? That's a compiler extension, although a popular one.