|
|
|
|
|
by colonwqbang
1628 days ago
|
|
I think Linux is the about the only system where this makes sense. I don't know of another system where the syscall ABI is rigidly defined and stable like it is on Linux. Om most other systems the syscall ABI tends to be "call this C function in that shared library". However, most computers in the world run Linux nowadays. |
|
Many devs targeting embedded and mobile devices are painfully aware of that reality.