Full IPC working.

- Test0 has a full ipc mr read/write test.
- A full ipc occurs for definite only if both parties use the FULL IPC flag.
  Otherwise the thread that makes the ipc copy rules on whether it was a short
  or a full copy.
This commit is contained in:
Bahadir Balban
2009-05-19 15:39:01 +03:00
parent 3bbbcdfefa
commit cc96e2c86c
7 changed files with 30 additions and 22 deletions

View File

@@ -33,11 +33,9 @@ void main(void)
wait_pager(0);
printf("%s: Full IPC test.\n", __TASKNAME__);
ipc_full_test();
printf("%s: Running POSIX API tests.\n", __TASKNAME__);
printf("\n%s: Running POSIX API tests.\n", __TASKNAME__);
dirtest();