*
* 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)
*/
* 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"
* 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"