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

@@ -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"