Moved "Changes" comments from system/do_....c to system.h.
All changes are now in a single header file.
This commit is contained in:
@@ -2,16 +2,13 @@
|
||||
* m_type: SYS_VIRCOPY, SYS_PHYSCOPY
|
||||
*
|
||||
* The parameters for this system call are:
|
||||
* m5_c1: CP_SRC_SPACE
|
||||
* m5_l1: CP_SRC_ADDR
|
||||
* m5_i1: CP_SRC_PROC_NR
|
||||
* m5_c2: CP_DST_SPACE
|
||||
* m5_l2: CP_DST_ADDR
|
||||
* m5_i2: CP_DST_PROC_NR
|
||||
* m5_l3: CP_NR_BYTES
|
||||
*
|
||||
* Changes:
|
||||
* Jan 20, 2005 updated to use new virtual_copy() (Jorrit N. Herder)
|
||||
* m5_c1: CP_SRC_SPACE source virtual segment
|
||||
* m5_l1: CP_SRC_ADDR source offset within segment
|
||||
* m5_i1: CP_SRC_PROC_NR source process number
|
||||
* m5_c2: CP_DST_SPACE destination virtual segment
|
||||
* m5_l2: CP_DST_ADDR destination offset within segment
|
||||
* m5_i2: CP_DST_PROC_NR destination process number
|
||||
* m5_l3: CP_NR_BYTES number of bytes to copy
|
||||
*/
|
||||
|
||||
#include "../system.h"
|
||||
|
||||
Reference in New Issue
Block a user