mirror of
https://github.com/drasko/codezero.git
synced 2026-04-29 23:21:31 +02:00
Added first part of extended ipc support.
- Extended ipc tests - Need to copy from ktcb-to-ktcb instead of ktcb-to-user - Need to check flags of both ipc parties before ipc copy type.
This commit is contained in:
@@ -49,6 +49,9 @@ void main(void)
|
||||
|
||||
clonetest();
|
||||
|
||||
if (parent_of_all == getpid())
|
||||
ipc_extended_test();
|
||||
|
||||
exectest();
|
||||
|
||||
while (1)
|
||||
|
||||
Reference in New Issue
Block a user