|
|
|
|
|
by saagarjha
2187 days ago
|
|
> Calling system calls by crafting your own assembly is generally a bad idea as the ABI may break underneath you. syscall should have a stable ABI at the very least, because this would otherwise break all statically linked code. |
|