mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 02:03:29 +01:00
A file can be created.
Now up to sys_write() in pager, which needs to be filled in.
This commit is contained in:
@@ -94,7 +94,8 @@ void handle_fs_requests(void)
|
||||
break;
|
||||
default:
|
||||
printf("%s: Unrecognised ipc tag (%d) "
|
||||
"received. Ignoring.\n", __TASKNAME__, mr[MR_TAG]);
|
||||
"received from tid: %d. Ignoring.\n", __TASKNAME__,
|
||||
mr[MR_TAG], sender);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user