Removed 'system process' magic from PM and FS.

This commit is contained in:
Jorrit Herder
2005-05-13 08:57:08 +00:00
parent 2ed3e3d79a
commit 1ecc6bf3b3
33 changed files with 322 additions and 502 deletions

View File

@@ -18,7 +18,7 @@ struct system_image {
int priority; /* scheduling priority */
int stksize; /* stack size for tasks */
send_mask_t sendmask; /* send mask protection */
char name[PROC_NAME_LEN]; /* name in process table */
char proc_name[PROC_NAME_LEN]; /* name in process table */
};
struct memory {