mirror of
https://github.com/drasko/codezero.git
synced 2026-04-04 11:09:03 +02:00
Fixed various minor issues.
Tag setting before ipc via l4 libraries don't seem to work, whereas c0 internally generated ipcs do it correctly.
This commit is contained in:
@@ -71,7 +71,8 @@ void handle_fs_requests(void)
|
||||
|
||||
void main(void)
|
||||
{
|
||||
// printf("\n%s: Started.\n", __FUNCTION__);
|
||||
printf("\n\n%s: Started.\n", __TASKNAME__);
|
||||
|
||||
initialise();
|
||||
|
||||
wait_pager(PAGER_TID);
|
||||
|
||||
Reference in New Issue
Block a user