sys_getinfo - mathfur/minix GitHub Wiki
呼出元
概要
- lib/syslib/sys_getinfo.cにて定義
- sys_getinfoシステムコールを呼び出す
引数
int request; /* system info requested */
void *ptr; /* pointer where to store it */
int len; /* max length of value to get */
void *ptr2; /* second pointer */
int len2; /* length or process nr */