Kernel: correct a few SYSTEM source documentation comments

This commit is contained in:
David van Moolenbroek 2009-09-17 20:51:34 +00:00
parent db56801ddc
commit f2def7d360
3 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@
*
* The parameters for this kernel call are:
* m1_i1: ABRT_HOW (how to abort, possibly fetch monitor params)
* m1_i2: ABRT_MON_PROC (proc nr to get monitor params from)
* m1_i2: ABRT_MON_ENDPT (proc nr to get monitor params from)
* m1_i3: ABRT_MON_LEN (length of monitor params)
* m1_p1: ABRT_MON_ADDR (virtual address of params)
*/

View file

@ -2,8 +2,10 @@
* m_type: SYS_FORK
*
* The parameters for this kernel call are:
* m1_i1: PR_SLOT (child's process table slot)
* m1_i2: PR_ENDPT (parent, process that forked)
* m1_i1: PR_ENDPT (parent, process that forked)
* m1_i2: PR_SLOT (child's process table slot)
* m1_p1: PR_MEM_PTR (new memory map for the child)
* m1_i3: PR_FORK_FLAGS (fork flags)
*/
#include "../system.h"

View file

@ -4,7 +4,7 @@
* The parameters for this kernel call are:
* m2_p1: MEM_PTR (virtual address)
* m2_l1: MEM_COUNT (returns physical address)
* m2_l2: MEM_PATTERN (size of datastructure)
* m2_l2: MEM_PATTERN (pattern byte to be written)
*/
#include "../system.h"