mirror of
https://github.com/drasko/codezero.git
synced 2026-01-26 09:43:14 +01:00
Added different paths of exiting for pager and its children.
Created a task_dead list on pager for children to move to when they exit.
This commit is contained in:
@@ -55,6 +55,7 @@ int main(void)
|
||||
|
||||
/* Now quit to demo self-paging quit */
|
||||
l4_exit(0);
|
||||
|
||||
/* Now quit by null pointer */
|
||||
// *((int *)0) = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user