mirror of
https://github.com/drasko/codezero.git
synced 2026-01-14 20:03:16 +01:00
Added kernel + libl4 changes for full and extended ipc.
- Short ipc working as normal. Full/extended ipc haven't been tested. - Added automated compilation and inclusion of test executable in test0.
This commit is contained in:
@@ -58,7 +58,7 @@ void fault_ipc_to_pager(u32 faulty_pc, u32 fsr, u32 far)
|
||||
offsetof(syscall_context_t, r3));
|
||||
|
||||
/* Send ipc to the task's pager */
|
||||
ipc_sendrecv(current->pagerid, current->pagerid);
|
||||
ipc_sendrecv(current->pagerid, current->pagerid, 0);
|
||||
|
||||
/*
|
||||
* FIXME: CHECK TASK KILL REPLY !!!
|
||||
|
||||
Reference in New Issue
Block a user