arm linux 系统调用实现
arm linux 系统调用实现
In this article we will dive into system call interface implementation in arm linux(with gnu eabi).我们将从bionic中的open函数开始追溯arm linux的系统调用实现(使用gnu eabi)。
Learn Arm Assembly
notes on arm assembly
学习一种计算机体系结构的最好方法就是学习它的汇编 -- anonymous