mirror of
https://github.com/drasko/codezero.git
synced 2026-02-21 06:13:14 +01:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user