Linux Kernel Development (Developer's Library) 作者: Robert Love出版社/メーカー: Addison-Wesley Professional発売日: 2010/06/22メディア: ペーパーバック購入: 3人 クリック: 62回この商品を含むブログ (9件) を見るP. 74 Parameter Passing In addition to the systemcall number, most syscalls require that one or more parameters be passed to them. Somehow, user-space must relay the parameters to the kernel during the trap. The easiest way to do this is